summaryrefslogtreecommitdiff
path: root/av.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 /av.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 'av.h')
-rw-r--r--av.h2
1 files changed, 1 insertions, 1 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 {