diff options
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3444,9 +3444,7 @@ S_doeval(pTHX_ int gimme, CV* outside, U32 seq, HV *hh) PL_op = saveop; if (yystatus != 3) { if (PL_eval_root) { -#ifndef PL_OP_SLAB_ALLOC cv_forget_slab(evalcv); -#endif op_free(PL_eval_root); PL_eval_root = NULL; } @@ -3489,9 +3487,7 @@ S_doeval(pTHX_ int gimme, CV* outside, U32 seq, HV *hh) CopLINE_set(&PL_compiling, 0); SAVEFREEOP(PL_eval_root); -#ifndef PL_OP_SLAB_ALLOC cv_forget_slab(evalcv); -#endif DEBUG_x(dump_eval()); |