This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de618ee
)
Sort the initialisers to non_bincompat_options[], and fix a whitespace "error".
author
Nicholas Clark
<nick@ccl4.org>
Tue, 5 Jan 2010 14:23:52 +0000
(14:23 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 5 Jan 2010 14:23:52 +0000
(14:23 +0000)
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
d95527a
..
83ef30e
100644
(file)
--- 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);