summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-05-31 17:46:22 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-31 12:11:24 +0000
commit5f80b19c098425222090200cb7bf3df422ed176d (patch)
tree247502fb5d4b7f2cfa6b13bcb37bf410b2b61766 /pp_ctl.c
parent13689cfe324c4b1548f53eda346b78570974f93e (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 032be2e33d..91baaf0037 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -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;