From: Nicholas Clark Date: Tue, 8 Nov 2005 16:30:18 +0000 (+0000) Subject: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f185743967f505b05e12dd7c1e03858a874cc02;p=p5sagit%2Fp5-mst-13.2.git Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as its presence changes structure sizes. p4raw-id: //depot/perl@26046 --- diff --git a/perl.c b/perl.c index 25755cc..3e7ccde 100644 --- a/perl.c +++ b/perl.c @@ -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