This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add SvPV_nolen_const and SvPV_nomg_const
[perl5.git] / cc_runtime.h
index 6a1668d..3815d3a 100644 (file)
@@ -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;                              \