Attempt 2 at a diet memory layout can go live.
Nicholas Clark [Tue, 31 May 2005 12:03:30 +0000 (12:03 +0000)]
p4raw-id: //depot/perl@24649

av.h
hv.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 {
diff --git a/hv.h b/hv.h
index 3898e12..2088c53 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -57,7 +57,7 @@ struct xpvhv {
 
 #define xhv_keys xiv_u.xivu_iv
 
-#if !defined(PERL_EXPERIMENTAL_LAYOUT)
+#if 0
 typedef struct xpvhv xpvhv_allocated;
 #else
 typedef struct {