From 0bbfc34485217e6e7f606c75e86dd0b79d1e2a6c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 7 Nov 2000 23:42:00 +0000 Subject: [PATCH] Bad thinko in #7581 (I used the test program with the expanded values as-is). p4raw-id: //depot/perl@7598 --- Configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index c07cf35..10e203b 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Nov 7 00:26:20 EET 2000 [metaconfig 3.0 PL70] +# Generated on Wed Nov 8 01:38:53 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <try.c <_ptr) -#define FILE_cnt(fp) ((fp)->_cnt) +#define FILE_ptr(fp) $stdio_ptr +#define FILE_cnt(fp) $stdio_cnt #include int main() { FILE *fp = fopen("try.c", "r"); -- 2.7.4