summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-19 11:11:49 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-20 10:09:11 +0200
commitad5e438df86ffad2a70e2a2a5f142bdf5eb7da7b (patch)
treede990813f8e6bf32463550f4ca807a92c3afe1aa /perl.h
parent426f6eb2689a2b8ae5801b1ecd82f29830912495 (diff)
downloadperl-ad5e438df86ffad2a70e2a2a5f142bdf5eb7da7b.tar.gz
Sort the VMS specific PL_bincompat_options in alphabetic order.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index b107160b8c..79989d9583 100644
--- a/perl.h
+++ b/perl.h
@@ -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[];