summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-25 13:52:27 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-27 07:05:03 -0800
commit5b50f57e3c9dd69e1372943621f74736a63b65e5 (patch)
treed9add4f5ccd615e8a2566376d9dd79cb5cef6451 /perl.h
parent1a904fc88069e249a4bd0ef196a3f1a7f549e0fe (diff)
downloadperl-5b50f57e3c9dd69e1372943621f74736a63b65e5.tar.gz
perl.h: Mention PERL_SAWAMPERSAND in perl -V output
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index d115ec3ae0..b13521aa45 100644
--- 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