diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-17 11:19:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-17 11:19:06 +0000 |
commit | 94be4d36b6a9723699dc23390a82363603e14049 (patch) | |
tree | f370ceab767383968476875d6e99b1ec1ef9426b /Configure | |
parent | f0fe56f1f136d50257a26fd1501fffbb95be284e (diff) | |
download | perl-94be4d36b6a9723699dc23390a82363603e14049.tar.gz |
Removed an extra ' from the int64_t test.
p4raw-id: //depot/cfgperl@2004
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |