This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
References to version objects should stringify as VSTRING. This makes
[perl5.git] / cc_runtime.h
index 3efed14..3815d3a 100644 (file)
@@ -1,6 +1,6 @@
 /*    cc_runtime.h
  *
- *    Copyright (c) 1998-2003, Larry Wall
+ *    Copyright (C) 1999, 2000, 2001, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README 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;                              \