summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-11-22 16:52:24 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-11-22 16:52:24 +0000
commit17d8608c1b572c82bab983aee662fedf4d2c3c7f (patch)
tree1b56fa58dee6155684cd04e461de0e21b3ba6a42 /perl.c
parent3936f4a5b5227e579492e00d4e6867bd4e38fdd3 (diff)
downloadperl-17d8608c1b572c82bab983aee662fedf4d2c3c7f.tar.gz
include PERL_TRACK_MEMPOOL in perl -V output
p4raw-id: //depot/perl@26196
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
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