diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-05-31 17:46:22 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-31 12:11:24 +0000 |
commit | 5f80b19c098425222090200cb7bf3df422ed176d (patch) | |
tree | 247502fb5d4b7f2cfa6b13bcb37bf410b2b61766 /pp_ctl.c | |
parent | 13689cfe324c4b1548f53eda346b78570974f93e (diff) | |
download | perl-5f80b19c098425222090200cb7bf3df422ed176d.tar.gz |
[PATCH] DEBUG_* macro cleanups
Date: Thu, 31 May 2001 12:16:22 +0530
Message-ID: <20010531121622.B4829@lustre.linux.in>
Subject: Re: [PATCH] DEBUG_* macro cleanups
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Thu, 31 May 2001 13:57:01 +0530
Message-ID: <20010531135701.A21775@lustre.linux.in>
(The DEBUG_ definitions in perl.h changed to use the
STMT_START and STMT_END.)
p4raw-id: //depot/perl@10353
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ PP(pp_formline) PerlIO_printf(Perl_debug_log, "%-16s%ld\n", name, (long) arg); else PerlIO_printf(Perl_debug_log, "%-16s\n", name); - } ) + } ); switch (*fpc++) { case FF_LINEMARK: linemark = t; |