summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-10-09 17:41:27 -0500
committerCraig A. Berry <craigberry@mac.com>2010-10-09 17:41:27 -0500
commite8b231c6829a16740f05a666243bfc33e1ac1514 (patch)
tree1ea58fee276df465a3473d027efa99cf2387de3b /perl.h
parent74e8ce349633219f5a1aba2c2aaa959675e24299 (diff)
downloadperl-e8b231c6829a16740f05a666243bfc33e1ac1514.tar.gz
Add VMS symbol shortening to PL_bincompat_options.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 37f6272662..4cfb29c82d 100644
--- 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[];