From: Rafael Garcia-Suarez Date: Thu, 23 Jun 2005 18:07:34 +0000 (+0000) Subject: Warning suppression. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a882ab3181734afc6a4004c7cba75f148c724ba8;p=p5sagit%2Fp5-mst-13.2.git Warning suppression. p4raw-id: //depot/perl@24963 --- diff --git a/pp_sys.c b/pp_sys.c index 3d9f756..7298637 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -1318,7 +1318,7 @@ PP(pp_leavewrite) register IO * const io = GvIOp(gv); PerlIO * const ofp = IoOFP(io); PerlIO *fp; - SV **newsp = Nullsv; + SV **newsp = Null(SV**); I32 gimme = 0; register PERL_CONTEXT *cx; PERL_UNUSED_VAR(newsp);