Warning suppression.
Rafael Garcia-Suarez [Thu, 23 Jun 2005 18:07:34 +0000 (18:07 +0000)]
p4raw-id: //depot/perl@24963

pp_sys.c

index 3d9f756..7298637 100644 (file)
--- 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);