diff options
author | Craig A. Berry <craigberry@mac.com> | 2010-10-09 17:41:27 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-10-09 17:41:27 -0500 |
commit | e8b231c6829a16740f05a666243bfc33e1ac1514 (patch) | |
tree | 1ea58fee276df465a3473d027efa99cf2387de3b /perl.h | |
parent | 74e8ce349633219f5a1aba2c2aaa959675e24299 (diff) | |
download | perl-e8b231c6829a16740f05a666243bfc33e1ac1514.tar.gz |
Add VMS symbol shortening to PL_bincompat_options.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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[]; |