This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / av.h
diff --git a/av.h b/av.h
index d177122..76cc167 100644 (file)
--- a/av.h
+++ b/av.h
@@ -22,6 +22,8 @@ struct xpvav {
     U8         xav_flags;
 };
 
+typedef struct xpvav xpvav_allocated;
+
 
 /* AVf_REAL is set for all AVs whose xav_array contents are refcounted.
  * Some things like "@_" and the scratchpad list do not set this, to