This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Two missing 'static's, spotted by Merijn's smoker.
[perl5.git] / hv.h
diff --git a/hv.h b/hv.h
index e7d0c76..7f96a13 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -52,6 +52,7 @@ struct mro_meta {
     U32     cache_gen;       /* Bumping this invalidates our method cache */
     U32     pkg_gen;         /* Bumps when local methods/@ISA change */
     const struct mro_alg *mro_which; /* which mro alg is in use? */
+    HV      *isa;            /* Everything this class @ISA */
 };
 
 /* Subject to change.