From: Nicholas Clark Date: Wed, 19 Aug 2009 16:22:28 +0000 (+0100) Subject: Add PERL_DISABLE_PMC to the list of -V's compile-time options. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f89a1e08e6fb41e93df685b7f838ff9bf916f2f4;p=p5sagit%2Fp5-mst-13.2.git Add PERL_DISABLE_PMC to the list of -V's compile-time options. --- diff --git a/perl.c b/perl.c index 34fb282..9ef9cd7 100644 --- a/perl.c +++ b/perl.c @@ -1770,6 +1770,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef NO_MATHOMS " NO_MATHOMS" # endif +# ifdef PERL_DISABLE_PMC + " PERL_DISABLE_PMC" +# endif # ifdef PERL_DONT_CREATE_GVSV " PERL_DONT_CREATE_GVSV" # endif