This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a few warnings
[perl5.git] / av.h
diff --git a/av.h b/av.h
index 94cd82b..d91b6f0 100644 (file)
--- a/av.h
+++ b/av.h
@@ -19,6 +19,8 @@ struct xpvav {
        IV      xivu_iv;        /* integer value or pv offset */
        UV      xivu_uv;
        void *  xivu_p1;
+       I32     xivu_i32;
+       HEK *   xivu_namehek;
     }          xiv_u;
     union {
        MAGIC*  xmg_magic;      /* linked list of magicalness */
@@ -37,6 +39,8 @@ typedef struct {
        IV      xivu_iv;        /* integer value or pv offset */
        UV      xivu_uv;
        void *  xivu_p1;
+       I32     xivu_i32;
+       HEK *   xivu_namehek;
     }          xiv_u;
     union {
        MAGIC*  xmg_magic;      /* linked list of magicalness */