This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ad6b0
)
pp_sys.c: compiler warning
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 20 Jan 2012 02:27:19 +0000
(18:27 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 20 Jan 2012 06:38:36 +0000
(22:38 -0800)
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
c804958
..
0a1b1dc
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-2752,7
+2752,7
@@
PP(pp_stat)
dVAR;
dSP;
GV *gv = NULL;
- IO *io;
+ IO *io
= NULL
;
I32 gimme;
I32 max = 13;
SV* sv;