summaryrefslogtreecommitdiff
path: root/cc_runtime.h
diff options
context:
space:
mode:
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 6a1668d2aa..3815d3a5e3 100644
--- a/cc_runtime.h
+++ b/cc_runtime.h
@@ -54,7 +54,7 @@
switch (ret) { \
case 0: \
PL_op = ppaddr(aTHX); \
- PL_retstack[PL_retstack_ix - 1] = Nullop; \
+ /* XXX PL_retstack[PL_retstack_ix - 1] = Nullop; */ \
if (PL_op != nxt) CALLRUNOPS(); \
JMPENV_POP; \
break; \