From: Nicholas Clark Date: Tue, 31 May 2005 12:03:30 +0000 (+0000) Subject: Attempt 2 at a diet memory layout can go live. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5f87f516d0aeaf750261c414362ee0bd44ad25e;p=p5sagit%2Fp5-mst-13.2.git Attempt 2 at a diet memory layout can go live. p4raw-id: //depot/perl@24649 --- diff --git a/av.h b/av.h index 9ed171d..83a93cf 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 3898e12..2088c53 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 {