From: Gurusamy Sarathy Date: Wed, 23 Sep 1998 06:27:51 +0000 (+0000) Subject: s/runops/CALLRUNOPS/ X-Git-Tag: accepted/trunk/20130322.191538~37127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8af582d578f31fcecd6dac626ec996749605282e;p=platform%2Fupstream%2Fperl.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); \