diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 09:35:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 09:35:55 +0000 |
commit | 488b0c7a33e6590f9d65377c476a73506eafed7d (patch) | |
tree | 89cbe8e56db18798bccf23bcf33bf45d97b6ae87 /perl.c | |
parent | ec5333ab3f00b2b61d8bf1323f9d62119d703ac2 (diff) | |
download | perl-488b0c7a33e6590f9d65377c476a73506eafed7d.tar.gz |
Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
p4raw-id: //depot/perl@20475
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1665,7 +1665,7 @@ S_run_body(pTHX_ I32 oldscope) if (!PL_restartop) { DEBUG_x(dump_all()); - DEBUG(PerlIO_printf(Perl_debug_log, "\nEXECUTING...\n\n")); + PERL_DEBUG(PerlIO_printf(Perl_debug_log, "\nEXECUTING...\n\n")); DEBUG_S(PerlIO_printf(Perl_debug_log, "main thread is 0x%"UVxf"\n", PTR2UV(thr))); |