We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddd4a5 commit 2018906Copy full SHA for 2018906
pp_ctl.c
@@ -1616,7 +1616,7 @@ Perl_die_unwind(pTHX_ SV *msv)
1616
SV **newsp;
1617
#ifdef DEBUGGING
1618
COP *oldcop;
1619
-#endif DEBUGGING
+#endif
1620
JMPENV *restartjmpenv;
1621
OP *restartop;
1622
@@ -1635,7 +1635,7 @@ Perl_die_unwind(pTHX_ SV *msv)
1635
namesv = cx->blk_eval.old_namesv;
1636
1637
oldcop = cx->blk_oldcop;
1638
1639
restartjmpenv = cx->blk_eval.cur_top_env;
1640
restartop = cx->blk_eval.retop;
1641
0 commit comments