pp_sys.c: compiler warning
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 02:27:19 +0000 (18:27 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 06:38:36 +0000 (22:38 -0800)
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;