From: Rafael Garcia-Suarez Date: Sun, 21 Jun 2009 12:16:55 +0000 (+0200) Subject: Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL in the -V output X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4bd8fafa9f9185d83cee6991ca49c6ac9b8782a4;p=p5sagit%2Fp5-mst-13.2.git Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL in the -V output --- diff --git a/perl.c b/perl.c index 8b4f8d7..4712a8b 100644 --- a/perl.c +++ b/perl.c @@ -1778,8 +1778,8 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef PERL_MEM_LOG_ENV_FD " PERL_MEM_LOG_ENV_FD" # endif -# ifdef PERL_MEM_LOG_STDERR - " PERL_MEM_LOG_STDERR" +# ifdef PERL_MEM_LOG_NOIMPL + " PERL_MEM_LOG_NOIMPL" # endif # ifdef PERL_MEM_LOG_TIMESTAMP " PERL_MEM_LOG_TIMESTAMP"