diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-23 08:09:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-23 08:09:58 +0000 |
commit | 59813432f2817111929813f9e38a1c0faf9a26f3 (patch) | |
tree | f5a5ae01f3d5effbd2cd890127f5488ee7f79593 /av.h | |
parent | 5735c168c62d0fa5cf526f0c7e7c97b069acef8f (diff) | |
download | perl-59813432f2817111929813f9e38a1c0faf9a26f3.tar.gz |
create an "allocated" structure for PVs, PVAVs and PVHVs
p4raw-id: //depot/perl@24544
Diffstat (limited to 'av.h')
-rw-r--r-- | av.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ struct xpvav { HV* xmg_stash; /* class package */ }; +typedef struct xpvav xpvav_allocated; + /* SV** xav_alloc; */ #define xav_alloc xnv_u.xnv_s.xnv_p1 /* SV* xav_arylen; */ |