Make the :bytes conditional on PerlIO.
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index 0ea6146..54de5de 100644 (file)
--- a/op.c
+++ b/op.c
@@ -4718,10 +4718,9 @@ Perl_ck_eval(pTHX_ OP *o)
            o->op_flags &= ~OPf_KIDS;
            op_null(o);
        }
-       else if (kid->op_type == OP_LINESEQ) {
+       else if (kid->op_type == OP_LINESEQ || kid->op_type == OP_STUB) {
            LOGOP *enter;
 
-           kid->op_next = o->op_next;
            cUNOPo->op_first = 0;
            op_free(o);