diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-19 11:11:49 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-20 10:09:11 +0200 |
commit | ad5e438df86ffad2a70e2a2a5f142bdf5eb7da7b (patch) | |
tree | de990813f8e6bf32463550f4ca807a92c3afe1aa /perl.h | |
parent | 426f6eb2689a2b8ae5801b1ecd82f29830912495 (diff) | |
download | perl-ad5e438df86ffad2a70e2a2a5f142bdf5eb7da7b.tar.gz |
Sort the VMS specific PL_bincompat_options in alphabetic order.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4728,12 +4728,12 @@ EXTCONST char PL_bincompat_options[] = # ifdef VMS_DO_SOCKETS " VMS_DO_SOCKETS" # endif -# ifdef VMS_WE_ARE_CASE_SENSITIVE - " VMS_SYMBOL_CASE_AS_IS" -# endif # ifdef VMS_SHORTEN_LONG_SYMBOLS " VMS_SHORTEN_LONG_SYMBOLS" # endif +# ifdef VMS_WE_ARE_CASE_SENSITIVE + " VMS_SYMBOL_CASE_AS_IS" +# endif ""; #else EXTCONST char PL_bincompat_options[]; |