diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-08 16:30:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-08 16:30:18 +0000 |
commit | 4f185743967f505b05e12dd7c1e03858a874cc02 (patch) | |
tree | 70ee8434d43f725c094d1fab1b2514b712996912 /perl.c | |
parent | 1937c63eabbbeefba39986529a3c98e62f3dcab4 (diff) | |
download | perl-4f185743967f505b05e12dd7c1e03858a874cc02.tar.gz |
Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
its presence changes structure sizes.
p4raw-id: //depot/perl@26046
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1743,6 +1743,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef DEBUGGING " DEBUGGING" # endif +# ifdef DEBUG_LEAKING_SCALARS + " DEBUG_LEAKING_SCALARS" +# endif # ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP " DEBUG_LEAKING_SCALARS_FORK_DUMP" # endif |