Skip to content

Commit

Permalink
pp_ctl.c: Remove junk from #endif
Browse files Browse the repository at this point in the history
What was I thinking?
  • Loading branch information
Father Chrysostomos committed Sep 13, 2014
1 parent 0ddd4a5 commit 2018906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pp_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ Perl_die_unwind(pTHX_ SV *msv)
SV **newsp;
#ifdef DEBUGGING
COP *oldcop;
#endif DEBUGGING
#endif
JMPENV *restartjmpenv;
OP *restartop;

Expand All @@ -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;

Expand Down

0 comments on commit 2018906

Please sign in to comment.