From 7b2c381cf37e4e4611c4a864b5d6f7134344e3e6 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 21 May 2005 18:19:43 +0000 Subject: Move the xpv_pv/xrv_rv member into the SV head, in a union with IV and UV. Avoid allocating a body for IVs and RVs. p4raw-id: //depot/perl@24531 --- cv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cv.h') diff --git a/cv.h b/cv.h index 825a968e42..90eef1b1e5 100644 --- a/cv.h +++ b/cv.h @@ -12,7 +12,6 @@ * in sv.h */ struct xpvcv { - char * xpv_pv; /* pointer to malloced string (for prototype) */ STRLEN xpv_cur; /* length of xp_pv as a C string */ STRLEN xpv_len; /* allocated size */ IV xof_off; /* integer value */ -- cgit v1.2.1