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:
1a904fc
)
perl.h: Mention PERL_SAWAMPERSAND in perl -V output
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 25 Nov 2012 21:52:27 +0000
(13:52 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 27 Nov 2012 15:05:03 +0000
(07:05 -0800)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
d115ec3
..
b13521a
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-4725,6
+4725,9
@@
EXTCONST char PL_bincompat_options[] =
# ifdef PERL_POISON
" PERL_POISON"
# endif
+# ifdef PERL_SAWAMPERSAND
+ " PERL_SAWAMPERSAND"
+# endif
# ifdef PERL_TRACK_MEMPOOL
" PERL_TRACK_MEMPOOL"
# endif