diff options
-rw-r--r-- | pp_ctl.c | 2 | ||||
-rw-r--r-- | pp_sys.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2048,7 +2048,7 @@ PP(pp_last) register PERL_CONTEXT *cx; I32 pop2 = 0; I32 gimme; - I32 optype; + I32 optype = 0; OP *nextop; SV **newsp; PMOP *newpm; @@ -1318,8 +1318,8 @@ PP(pp_leavewrite) register IO * const io = GvIOp(gv); PerlIO * const ofp = IoOFP(io); PerlIO *fp; - SV **newsp; - I32 gimme; + SV **newsp = Nullsv; + I32 gimme = 0; register PERL_CONTEXT *cx; PERL_UNUSED_VAR(newsp); PERL_UNUSED_VAR(gimme); |