From: Nicholas Clark Date: Wed, 21 Mar 2007 19:02:50 +0000 (+0000) Subject: Add some PERL_MEM* defines to the -V output that were missing. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4724db3847889abfdd323ce94d191e651f763036;p=p5sagit%2Fp5-mst-13.2.git Add some PERL_MEM* defines to the -V output that were missing. "Correct" the whitespace on the only inconsistent #ifdef/#endif p4raw-id: //depot/perl@30667 --- diff --git a/perl.c b/perl.c index 982ec89..67a7907 100644 --- a/perl.c +++ b/perl.c @@ -1857,6 +1857,21 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef PERL_MALLOC_WRAP " PERL_MALLOC_WRAP" # endif +# ifdef PERL_MEM_LOG + " PERL_MEM_LOG" +# endif +# ifdef PERL_MEM_LOG_ENV + " PERL_MEM_LOG_ENV" +# endif +# ifdef PERL_MEM_LOG_ENV_FD + " PERL_MEM_LOG_ENV_FD" +# endif +# ifdef PERL_MEM_LOG_STDERR + " PERL_MEM_LOG_STDERR" +# endif +# ifdef PERL_MEM_LOG_TIMESTAMP + " PERL_MEM_LOG_TIMESTAMP" +# endif # ifdef PERL_NEED_APPCTX " PERL_NEED_APPCTX" # endif @@ -1866,15 +1881,18 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef PERL_OLD_COPY_ON_WRITE " PERL_OLD_COPY_ON_WRITE" # endif +# ifdef PERL_POISON + " PERL_POISON" +# endif # ifdef PERL_TRACK_MEMPOOL " PERL_TRACK_MEMPOOL" # endif # ifdef PERL_USE_SAFE_PUTENV " PERL_USE_SAFE_PUTENV" # endif -#ifdef PERL_USES_PL_PIDSTATUS +# ifdef PERL_USES_PL_PIDSTATUS " PERL_USES_PL_PIDSTATUS" -#endif +# endif # ifdef PL_OP_SLAB_ALLOC " PL_OP_SLAB_ALLOC" # endif