From: Gurusamy Sarathy Date: Wed, 23 Sep 1998 06:27:51 +0000 (+0000) Subject: s/runops/CALLRUNOPS/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8af582d578f31fcecd6dac626ec996749605282e;p=p5sagit%2Fp5-mst-13.2.git s/runops/CALLRUNOPS/ p4raw-id: //depot/perl@1821 --- diff --git a/cc_runtime.h b/cc_runtime.h index 18e3ba2..9a01ff8 100644 --- a/cc_runtime.h +++ b/cc_runtime.h @@ -45,7 +45,7 @@ case 0: \ PL_op = ppaddr(ARGS); \ PL_retstack[PL_retstack_ix - 1] = Nullop; \ - if (PL_op != nxt) runops(); \ + if (PL_op != nxt) CALLRUNOPS(); \ JMPENV_POP; \ break; \ case 1: JMPENV_POP; JMPENV_JUMP(1); \