summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-07 23:42:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-07 23:42:00 +0000
commit0bbfc34485217e6e7f606c75e86dd0b79d1e2a6c (patch)
treebcf9080ae608bf60ffc3c837c5659eb7d8406df5 /Configure
parent47dafe4d9a4e294fab4b6131bb296dc386e0dcbc (diff)
downloadperl-0bbfc34485217e6e7f606c75e86dd0b79d1e2a6c.tar.gz
Bad thinko in #7581 (I used the test program with the expanded
values as-is). p4raw-id: //depot/perl@7598
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index c07cf351a0..10e203b017 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$$ <<EOF
@@ -11547,8 +11547,8 @@ $cat >try.c <<EOP
/* Can we scream? */
/* Eat dust sed :-) */
/* In the buffer space, no one can hear you scream. */
-#define FILE_ptr(fp) ((fp)->_ptr)
-#define FILE_cnt(fp) ((fp)->_cnt)
+#define FILE_ptr(fp) $stdio_ptr
+#define FILE_cnt(fp) $stdio_cnt
#include <sys/types.h>
int main() {
FILE *fp = fopen("try.c", "r");