summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-31 12:03:30 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-31 12:03:30 +0000
commitc5f87f516d0aeaf750261c414362ee0bd44ad25e (patch)
tree5a82c67a89088115c32a81015595f2dcb6f45b09
parent0298d7b92741692bcf2e34c418a564332bb034e6 (diff)
downloadperl-c5f87f516d0aeaf750261c414362ee0bd44ad25e.tar.gz
Attempt 2 at a diet memory layout can go live.
p4raw-id: //depot/perl@24649
-rw-r--r--av.h2
-rw-r--r--hv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/av.h b/av.h
index 9ed171d84a..83a93cf1e1 100644
--- 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 3898e124bd..2088c53310 100644
--- 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 {