From ad5e438df86ffad2a70e2a2a5f142bdf5eb7da7b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 19 Jul 2011 11:11:49 +0200 Subject: [PATCH] Sort the VMS specific PL_bincompat_options in alphabetic order. --- perl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl.h b/perl.h index b107160..79989d9 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[]; -- 2.7.4