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 /hv.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 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |