From: Father Chrysostomos Date: Sun, 25 Nov 2012 21:52:27 +0000 (-0800) Subject: perl.h: Mention PERL_SAWAMPERSAND in perl -V output X-Git-Tag: upstream/5.20.0~4658^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b50f57e3c9dd69e1372943621f74736a63b65e5;p=platform%2Fupstream%2Fperl.git perl.h: Mention PERL_SAWAMPERSAND in perl -V output --- diff --git a/perl.h b/perl.h index d115ec3..b13521a 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