This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perldelta for threads and threads::shared
[perl5.git] / mro.c
diff --git a/mro.c b/mro.c
index 170741c..d4dc681 100644 (file)
--- a/mro.c
+++ b/mro.c
@@ -830,7 +830,7 @@ S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes,
     register XPVHV* xhv;
     register HE *entry;
     I32 riter = -1;
-    I32 items;
+    I32 items = 0;
     const bool stash_had_name = stash && HvENAME(stash);
     bool fetched_isarev = FALSE;
     HV *seen = NULL;