From 8af582d578f31fcecd6dac626ec996749605282e Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 23 Sep 1998 06:27:51 +0000 Subject: [PATCH] s/runops/CALLRUNOPS/ p4raw-id: //depot/perl@1821 --- cc_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.7.4