diff options
-rw-r--r-- | av.h | 2 | ||||
-rw-r--r-- | hv.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ struct xpvav { HV* xmg_stash; /* class package */ }; -#if 0 +#if !defined(PERL_EXPERIMENTAL_LAYOUT) typedef struct xpvav xpvav_allocated; #else typedef struct { @@ -63,7 +63,7 @@ struct xpvhv { #define xhv_aux xnv_u.xnv_s.xnv_p1 #define xhv_keys xnv_u.xnv_s.xnv_u2.xnv_i2 -#if 0 +#if !defined(PERL_EXPERIMENTAL_LAYOUT) typedef struct xpvhv xpvhv_allocated; #else typedef struct { |