diff options
-rw-r--r-- | av.h | 5 | ||||
-rw-r--r-- | cv.h | 6 | ||||
-rw-r--r-- | hv.h | 5 | ||||
-rw-r--r-- | sv.h | 15 |
4 files changed, 0 insertions, 31 deletions
@@ -21,11 +21,6 @@ struct xpvav { _XPVMG_HEAD; }; -typedef struct { - _XPVAV_ALLOCATED_HEAD; - _XPVMG_HEAD; -} xpvav_allocated; - #undef _XPVAV_ALLOCATED_HEAD #undef _XPVAV_HEAD @@ -16,12 +16,6 @@ struct xpvcv { _XPVCV_COMMON; }; -typedef struct { - _XPV_ALLOCATED_HEAD; - _XPVMG_HEAD; - _XPVCV_COMMON; -} xpvcv_allocated; - /* =head1 Handy Values @@ -97,11 +97,6 @@ struct xpvhv { #define xhv_keys xiv_u.xivu_iv -typedef struct { - _XPVHV_ALLOCATED_HEAD; - _XPVMG_HEAD; -} xpvhv_allocated; - #undef _XPVHV_ALLOCATED_HEAD #undef _XPVHV_HEAD @@ -439,20 +439,11 @@ struct xpv { _XPV_HEAD; }; -typedef struct { - _XPV_ALLOCATED_HEAD; -} xpv_allocated; - struct xpviv { _XPV_HEAD; union _xivu xiv_u; }; -typedef struct { - _XPV_ALLOCATED_HEAD; - union _xivu xiv_u; -} xpviv_allocated; - #define xiv_iv xiv_u.xivu_iv struct xpvuv { @@ -525,12 +516,6 @@ struct xpvfm { _XPVCV_COMMON; }; -typedef struct { - _XPV_ALLOCATED_HEAD; - _XPVMG_HEAD; - _XPVCV_COMMON; -} xpvfm_allocated; - #define _XPVIO_TAIL \ PerlIO * xio_ifp; /* ifp and ofp are normally the same */ \ PerlIO * xio_ofp; /* but sockets need separate streams */ \ |