summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-17 11:19:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-17 11:19:06 +0000
commit94be4d36b6a9723699dc23390a82363603e14049 (patch)
treef370ceab767383968476875d6e99b1ec1ef9426b /Configure
parentf0fe56f1f136d50257a26fd1501fffbb95be284e (diff)
downloadperl-94be4d36b6a9723699dc23390a82363603e14049.tar.gz
Removed an extra ' from the int64_t test.
p4raw-id: //depot/cfgperl@2004
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 450c8a65e3..4023bd35d7 100755
--- a/Configure
+++ b/Configure
@@ -7838,7 +7838,7 @@ case "$use64bits" in
#ifdef I_INTTYPES
#include <inttypes.h>
#endif
-int64_t foo() { int64_t x; x = 7; return x; }'
+int64_t foo() { int64_t x; x = 7; return x; }
EOCP
if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
val="$define"