Propagate const/mutable/not into the SvPV call for retrieving an
[p5sagit/p5-mst-13.2.git] / av.h
diff --git a/av.h b/av.h
index 9ed171d..83a93cf 100644 (file)
--- a/av.h
+++ b/av.h
@@ -21,7 +21,7 @@ struct xpvav {
     HV*                xmg_stash;      /* class package */
 };
 
-#if !defined(PERL_EXPERIMENTAL_LAYOUT)
+#if 0
 typedef struct xpvav xpvav_allocated;
 #else
 typedef struct {