summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-19 18:27:19 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-19 22:38:36 -0800
commit55dd8d501342bc83de9b737efe43fa83b22cb917 (patch)
tree4a96485c2c7220b9a5a43204deed48d0377dd571 /pp_sys.c
parent66ad6b0e59b2bd380bf0a09a63b25d333de52323 (diff)
downloadperl-55dd8d501342bc83de9b737efe43fa83b22cb917.tar.gz
pp_sys.c: compiler warning
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index c8049586dc..0a1b1dc864 100644
--- 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;