This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the xpv_pv/xrv_rv member into the SV head, in a union with
[perl5.git] / ext / B / B / C.pm
index 906c1a4..51b357e 100644 (file)
@@ -1416,7 +1416,6 @@ sub output_declarations {
  * Some pre-Standard compilers can't cope with initialising unions. Ho hum.
  */
 typedef struct {
-    char *     xpv_pv;         /* pointer to malloced string */
     STRLEN     xpv_cur;        /* length of xp_pv as a C string */
     STRLEN     xpv_len;        /* allocated size */
     IV         xof_off;        /* integer value */