summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-12 21:46:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-12 21:46:05 -0700
commit2018906832b2c4787a4decced6a41a76c670d14c (patch)
treec6fcc9d7014bffa83157de482a7b338cea97cf18 /pp_ctl.c
parent0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c (diff)
downloadperl-2018906832b2c4787a4decced6a41a76c670d14c.tar.gz
pp_ctl.c: Remove junk from #endif
What was I thinking?
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 429143ff7f..108643e921 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1616,7 +1616,7 @@ Perl_die_unwind(pTHX_ SV *msv)
SV **newsp;
#ifdef DEBUGGING
COP *oldcop;
-#endif DEBUGGING
+#endif
JMPENV *restartjmpenv;
OP *restartop;
@@ -1635,7 +1635,7 @@ Perl_die_unwind(pTHX_ SV *msv)
namesv = cx->blk_eval.old_namesv;
#ifdef DEBUGGING
oldcop = cx->blk_oldcop;
-#endif DEBUGGING
+#endif
restartjmpenv = cx->blk_eval.cur_top_env;
restartop = cx->blk_eval.retop;