Upgrade to Encode 1.92.
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index 54de5de..2c6b675 100644 (file)
--- a/op.c
+++ b/op.c
@@ -1796,7 +1796,7 @@ Perl_newPROG(pTHX_ OP *o)
        CALL_PEEP(PL_eval_start);
     }
     else {
-       if (!o)
+       if (o->op_type == OP_STUB)
            return;
        PL_main_root = scope(sawparens(scalarvoid(o)));
        PL_curcop = &PL_compiling;