diff options
Diffstat (limited to 'av.h')
-rw-r--r-- | av.h | 2 |
1 files changed, 1 insertions, 1 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 { |