More embed.fnc plowing
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index c53c6d5..7adfd69 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2902,7 +2902,7 @@ STATIC OP *
 S_doeval(pTHX_ int gimme, OP** startop, CV* outside, U32 seq)
 {
     dVAR; dSP;
-    OP *saveop = PL_op;
+    OP * const saveop = PL_op;
 
     PL_in_eval = ((saveop && saveop->op_type == OP_REQUIRE)
                  ? (EVAL_INREQUIRE | (PL_in_eval & EVAL_INEVAL))