diff options
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 2771cc173f..80bc6eaea4 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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 |