projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b370431
)
s/runops/CALLRUNOPS/
Gurusamy Sarathy [Wed, 23 Sep 1998 06:27:51 +0000 (06:27 +0000)]
p4raw-id: //depot/perl@1821
cc_runtime.h
patch
|
blob
|
blame
|
history
diff --git
a/cc_runtime.h
b/cc_runtime.h
index
18e3ba2
..
9a01ff8
100644
(file)
--- 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); \