summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-07-18 18:34:06 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-22 20:49:37 +0100
commit828dad175cf45f4e83d61df735a510f0314063c8 (patch)
tree21c7ea627cffc1ccbdc06ad76682ac1b03e6a602 /sv.h
parent459fc3ca45067f8a2b7f262f7aac0a99372c2a88 (diff)
downloadperl-828dad175cf45f4e83d61df735a510f0314063c8.tar.gz
Eliminate the remaining definitions for *_allocated structs.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sv.h b/sv.h
index 90771a492e..f8670c7b03 100644
--- a/sv.h
+++ b/sv.h
@@ -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 */ \