projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0abe3f7
)
Warning suppression.
Rafael Garcia-Suarez [Thu, 23 Jun 2005 18:07:34 +0000 (18:07 +0000)]
p4raw-id: //depot/perl@24963
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/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);