diff options
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4367,6 +4367,7 @@ PP(pp_entergiven) ENTER_with_name("given"); SAVETMPS; + SAVECLEARSV(PAD_SVl(PL_op->op_targ)); sv_setsv_mg(PAD_SV(PL_op->op_targ), POPs); PUSHBLOCK(cx, CXt_GIVEN, SP); |