p4raw-id: //depot/perl@18944
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Mar 11 23:30:19 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
printf("%s\n", "1");
#endif
#endif
- (int)exit(0);
+ (void)exit(0);
}
EOM
if $cc -o try $ccflags $ldflags try.c; then
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>
echo " "
case "$d_sigsetjmp" in
'')
- $cat >try.c <<'EOP'
+ $cat >try.c <<EOP
#include <setjmp.h>
#$i_stdlib I_STDLIB
#ifdef I_STDLIB