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
commit8af582d578f31fcecd6dac626ec996749605282e (patch)
treeb067ff11786aac2e92ae422956d87106dde67b37 /cc_runtime.h
parentb37043115f92ac73bfe3a2939d40e00a12f9f215 (diff)
downloadperl-8af582d578f31fcecd6dac626ec996749605282e.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); \