Skip to content

Commit 2018906

Browse files
author
Father Chrysostomos
committed
pp_ctl.c: Remove junk from #endif
What was I thinking?
1 parent 0ddd4a5 commit 2018906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pp_ctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ Perl_die_unwind(pTHX_ SV *msv)
16161616
SV **newsp;
16171617
#ifdef DEBUGGING
16181618
COP *oldcop;
1619-
#endif DEBUGGING
1619+
#endif
16201620
JMPENV *restartjmpenv;
16211621
OP *restartop;
16221622

@@ -1635,7 +1635,7 @@ Perl_die_unwind(pTHX_ SV *msv)
16351635
namesv = cx->blk_eval.old_namesv;
16361636
#ifdef DEBUGGING
16371637
oldcop = cx->blk_oldcop;
1638-
#endif DEBUGGING
1638+
#endif
16391639
restartjmpenv = cx->blk_eval.cur_top_env;
16401640
restartop = cx->blk_eval.retop;
16411641

0 commit comments

Comments
 (0)