From: Jarkko Hietaniemi Date: Tue, 26 Jun 2001 03:44:29 +0000 (+0000) Subject: There seems to be two ways of spelling the $^O in *STEP. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41ab0dfbdb7508917dba8579f742267fc1e67fa6;p=p5sagit%2Fp5-mst-13.2.git There seems to be two ways of spelling the $^O in *STEP. p4raw-id: //depot/perl@10948 --- diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 93790af..f4e22c3 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -30,7 +30,7 @@ sub process_file { } elsif ($Config{gccversion} ne '' && # OpenSTEP has gcc 2.7.2.1 which recognizes but # doesn't implement the -dM flag. - $^O ne 'next4' + $^O ne 'openstep' && $^O ne 'next') ) { # With the -dM option, gcc outputs every #define it finds unless(open(FH,"$Config{cc} -E -dM $Config{cppflags} $file |")) {