In makedef.pl, correct a use of $^O to $PLATFORM.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Jul 2011 16:03:38 +0000 (18:03 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:52 +0000 (11:53 +0200)
makedef.pl

index 2771cc1..80bc6ea 100644 (file)
@@ -867,7 +867,7 @@ if ($define{HAS_SIGNBIT}) {
                   )])
 }
 
-if ($^O ne 'vms') {
+if ($PLATFORM ne 'vms') {
     # VMS does its own thing for these symbols.
     skip_symbols [qw(PL_sig_handlers_initted
                      PL_sig_ignoring