X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cc_runtime.h;h=cb8c4caeeed6909eba284dbe004a344e18d5c437;hb=ff920335f21fa0dd5c981a4f17dee5ac5ad41b6b;hp=3815d3a5e3a31b1d061ae59793df632721858869;hpb=f39bc417872f70cd842818eabb72f1c97d78cdd2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cc_runtime.h b/cc_runtime.h index 3815d3a..cb8c4ca 100644 --- a/cc_runtime.h +++ b/cc_runtime.h @@ -54,8 +54,7 @@ switch (ret) { \ case 0: \ PL_op = ppaddr(aTHX); \ - /* XXX PL_retstack[PL_retstack_ix - 1] = Nullop; */ \ - if (PL_op != nxt) CALLRUNOPS(); \ + if (PL_op != nxt) CALLRUNOPS(); \ JMPENV_POP; \ break; \ case 1: JMPENV_POP; JMPENV_JUMP(1); \