diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-11-25 13:52:27 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-27 07:05:03 -0800 |
commit | 5b50f57e3c9dd69e1372943621f74736a63b65e5 (patch) | |
tree | d9add4f5ccd615e8a2566376d9dd79cb5cef6451 /perl.h | |
parent | 1a904fc88069e249a4bd0ef196a3f1a7f549e0fe (diff) | |
download | perl-5b50f57e3c9dd69e1372943621f74736a63b65e5.tar.gz |
perl.h: Mention PERL_SAWAMPERSAND in perl -V output
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |