This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output.
authorNicholas Clark <nick@ccl4.org>
Thu, 8 Sep 2011 08:35:48 +0000 (10:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 10 Sep 2011 08:28:11 +0000 (10:28 +0200)
HOMEGROWN_POSIX_SIGNALS is only relevant on VMS.

perl.c

diff --git a/perl.c b/perl.c
index 8412d9c..45bc4ae 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1659,6 +1659,9 @@ S_Internals_V(pTHX_ CV *cv)
 #  ifdef DEBUGGING
                             " DEBUGGING"
 #  endif
+#  ifdef HOMEGROWN_POSIX_SIGNALS
+                            " HOMEGROWN_POSIX_SIGNALS"
+#  endif
 #  ifdef NO_MATHOMS
                             " NO_MATHOMS"
 #  endif