perl.h: Mention PERL_SAWAMPERSAND in perl -V output
authorFather Chrysostomos <sprout@cpan.org>
Sun, 25 Nov 2012 21:52:27 +0000 (13:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 27 Nov 2012 15:05:03 +0000 (07:05 -0800)
perl.h

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