X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.c;h=188e193f41c3e8d230e2546476aa8e1364c59598;hb=60099296ceae90f439675352184edd07019ec071;hp=3ff4a80eec762031d99fe1f0cc4d47547696c9f9;hpb=8aad04aa6a2ab20a526b53089f8919d46434ca7e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.c b/perl.c index 3ff4a80..188e193 100644 --- a/perl.c +++ b/perl.c @@ -2238,8 +2238,10 @@ S_run_body(pTHX_ I32 oldscope) if (!PL_restartop) { DEBUG_x(dump_all()); +#ifdef DEBUGGING if (!DEBUG_q_TEST) PERL_DEBUG(PerlIO_printf(Perl_debug_log, "\nEXECUTING...\n\n")); +#endif DEBUG_S(PerlIO_printf(Perl_debug_log, "main thread is 0x%"UVxf"\n", PTR2UV(thr)));