summaryrefslogtreecommitdiff
path: root/hv.h
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 /hv.h
parent0298d7b92741692bcf2e34c418a564332bb034e6 (diff)
downloadperl-c5f87f516d0aeaf750261c414362ee0bd44ad25e.tar.gz
Attempt 2 at a diet memory layout can go live.
p4raw-id: //depot/perl@24649
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
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 {