X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cc_runtime.h;h=3815d3a5e3a31b1d061ae59793df632721858869;hb=f39bc417872f70cd842818eabb72f1c97d78cdd2;hp=b1fc5b52b752572b96bb97b05606cd782897d2bb;hpb=eb1102fcca2230364ceadea29bd8e87ee51b15fa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cc_runtime.h b/cc_runtime.h index b1fc5b5..3815d3a 100644 --- a/cc_runtime.h +++ b/cc_runtime.h @@ -1,6 +1,6 @@ /* cc_runtime.h * - * Copyright (c) 1998-2002, Larry Wall + * Copyright (C) 1999, 2000, 2001, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -54,7 +54,7 @@ switch (ret) { \ case 0: \ PL_op = ppaddr(aTHX); \ - PL_retstack[PL_retstack_ix - 1] = Nullop; \ + /* XXX PL_retstack[PL_retstack_ix - 1] = Nullop; */ \ if (PL_op != nxt) CALLRUNOPS(); \ JMPENV_POP; \ break; \