Integrate:
[p5sagit/p5-mst-13.2.git] / Configure
index 2315af1..a921d3a 100755 (executable)
--- 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 Mar 11 23:24:13 EET 2003 [metaconfig 3.0 PL70]
+# Generated on Wed Mar 12 09:04:02 EET 2003 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -3846,7 +3846,7 @@ int main() {
        printf("%s\n", "1");
 #endif
 #endif
-       (int)exit(0);
+       (void)exit(0);
 }
 EOM
 if $cc -o try $ccflags $ldflags try.c; then
@@ -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
@@ -6791,7 +6791,7 @@ echo " "
 echo "Checking to see how well your C compiler groks the void type..." >&4
 case "$voidflags" in
 '')
-       $cat >try.c <<'EOCP'
+       $cat >try.c <<EOCP
 #$i_stdlib I_STDLIB
 #ifdef I_STDLIB
 #include <stdlib.h>
@@ -15587,7 +15587,7 @@ eval $inlibc
 echo " "
 case "$d_sigsetjmp" in
 '')
-       $cat >try.c <<'EOP'
+       $cat >try.c <<EOP
 #include <setjmp.h>
 #$i_stdlib I_STDLIB
 #ifdef I_STDLIB