This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add VMS symbol shortening to PL_bincompat_options.
authorCraig A. Berry <craigberry@mac.com>
Sat, 9 Oct 2010 22:41:27 +0000 (17:41 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 9 Oct 2010 22:41:27 +0000 (17:41 -0500)
perl.h

diff --git a/perl.h b/perl.h
index 37f6272..4cfb29c 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4710,6 +4710,9 @@ EXTCONST char PL_bincompat_options[] =
 #  ifdef VMS_WE_ARE_CASE_SENSITIVE
                             " VMS_SYMBOL_CASE_AS_IS"
 #  endif
+#  ifdef VMS_SHORTEN_LONG_SYMBOLS
+                            " VMS_SHORTEN_LONG_SYMBOLS"
+#  endif
   "";
 #else
 EXTCONST char PL_bincompat_options[];