diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-31 12:03:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-31 12:03:30 +0000 |
commit | c5f87f516d0aeaf750261c414362ee0bd44ad25e (patch) | |
tree | 5a82c67a89088115c32a81015595f2dcb6f45b09 /av.h | |
parent | 0298d7b92741692bcf2e34c418a564332bb034e6 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |