summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2015-07-06 08:31:24 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2015-07-06 08:31:24 +0200
commitd1f289484c9ecefaceab600fdfc79f7804756ff0 (patch)
treec4413f0c98415643ed11702c8fcd47a14189d8a8
parent8b7906d1719d3641e1ea0c94d934ecce176275cb (diff)
downloadperl-d1f289484c9ecefaceab600fdfc79f7804756ff0.tar.gz
Create try.c afresh for pointersize test
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index ef2243207c..b85ca4486f 100755
--- a/Configure
+++ b/Configure
@@ -7638,7 +7638,7 @@ echo " "
case "$ptrsize" in
'')
echo "Checking to see how big your pointers are..." >&4
- $cat >>try.c <<EOCP
+ $cat >try.c <<EOCP
#include <stdio.h>
#$i_stdlib I_STDLIB
#ifdef I_STDLIB