summaryrefslogtreecommitdiff
path: root/cc_runtime.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-23 06:27:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 06:27:51 +0000
commit2f7864a1c16594e9107415db72aa29776fa71b1a (patch)
treeb067ff11786aac2e92ae422956d87106dde67b37 /cc_runtime.h
parentbb8e7ff8a20915508f2f1ca8dfec30a505da223d (diff)
downloadperl-2f7864a1c16594e9107415db72aa29776fa71b1a.tar.gz
s/runops/CALLRUNOPS/
p4raw-id: //depot/perl@1821
Diffstat (limited to 'cc_runtime.h')
-rw-r--r--cc_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc_runtime.h b/cc_runtime.h
index 18e3ba2c08..9a01ff8335 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); \