Be tidier with fflush(NULL) testing.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 May 1999 12:28:31 +0000 (12:28 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 May 1999 12:28:31 +0000 (12:28 +0000)
p4raw-id: //depot/cfgperl@3407

Configure

index 82e86be..e4f5cbb 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 Wed May 12 13:22:22 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Wed May 12 14:07:09 EET DST 1999 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -10936,7 +10936,8 @@ EOCP
        set try
        $rm -f try.out
        if eval $compile_ok; then
-               ./try$exe_ext
+               ./try$exe_ext 2>/dev/null
+               $rm -f core try.core core.try.*
                if $test -s try.out; then
                        fflushNULL="`$cat try.out`"
                fi