From 17d8608c1b572c82bab983aee662fedf4d2c3c7f Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Tue, 22 Nov 2005 16:52:24 +0000 Subject: include PERL_TRACK_MEMPOOL in perl -V output p4raw-id: //depot/perl@26196 --- perl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl.c') diff --git a/perl.c b/perl.c index 8a0483c53f..4b005b68ad 100644 --- a/perl.c +++ b/perl.c @@ -1786,6 +1786,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef PERL_OLD_COPY_ON_WRITE " PERL_OLD_COPY_ON_WRITE" # endif +# ifdef PERL_TRACK_MEMPOOL + " PERL_TRACK_MEMPOOL" +# endif # ifdef PERL_USE_SAFE_PUTENV " PERL_USE_SAFE_PUTENV" # endif -- cgit v1.2.1