From: Nicholas Clark Date: Tue, 5 Jan 2010 14:23:52 +0000 (+0000) Subject: Sort the initialisers to non_bincompat_options[], and fix a whitespace "error". X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d311fbe5955d5afd34efcc8edeacbe59c67778c;p=p5sagit%2Fp5-mst-13.2.git Sort the initialisers to non_bincompat_options[], and fix a whitespace "error". --- diff --git a/perl.c b/perl.c index d95527a..83ef30e 100644 --- a/perl.c +++ b/perl.c @@ -1652,7 +1652,7 @@ S_Internals_V(pTHX_ CV *cv) " DEBUGGING" # endif # ifdef NO_MATHOMS - " NO_MATHOMS" + " NO_MATHOMS" # endif # ifdef PERL_DISABLE_PMC " PERL_DISABLE_PMC" @@ -1681,12 +1681,12 @@ S_Internals_V(pTHX_ CV *cv) # ifdef USE_ATTRIBUTES_FOR_PERLIO " USE_ATTRIBUTES_FOR_PERLIO" # endif -# ifdef USE_SITECUSTOMIZE - " USE_SITECUSTOMIZE" -# endif # ifdef USE_FAST_STDIO " USE_FAST_STDIO" # endif +# ifdef USE_SITECUSTOMIZE + " USE_SITECUSTOMIZE" +# endif ; PERL_UNUSED_ARG(cv); PERL_UNUSED_ARG(items);