diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-11 20:24:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-11 20:24:49 +0000 |
commit | 2376c7035f994c993baa9e51b83b838fad056cef (patch) | |
tree | 83c4551ae61af1ae1e4306bfda17706a63f554ef /Configure | |
parent | ada8e3916e6b432f36be99040ee86a3fd5dcd8b2 (diff) | |
download | perl-2376c7035f994c993baa9e51b83b838fad056cef.tar.gz |
Integrate:
[ 18932]
Missed one.
p4raw-link: @18932 on //depot/perl: c63dfae1e0dd3ff2a89e180471b2ec48a0f2dec6
p4raw-id: //depot/maint-5.8/perl@18934
p4raw-integrated: from //depot/perl@18931 'copy in' Configure
(@18929..)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Mar 11 23:24:13 EET 2003 [metaconfig 3.0 PL70] +# Generated on Tue Mar 11 23:30:19 EET 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5057,7 +5057,7 @@ echo " " case "$intsize" in '') echo "Checking to see how big your integers are..." >&4 - $cat >try.c <<'EOCP' + $cat >try.c <<EOCP #include <stdio.h> #$i_stdlib I_STDLIB #ifdef I_STDLIB |