From: Nicholas Clark Date: Wed, 1 Jun 2005 15:40:57 +0000 (+0000) Subject: We don't have XRVs any more, so remove the typedef X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=101b44f6ff6052cc886f55e6c897263bea11c2df;p=p5sagit%2Fp5-mst-13.2.git We don't have XRVs any more, so remove the typedef p4raw-id: //depot/perl@24663 --- diff --git a/perl.h b/perl.h index df12645..bfa632f 100644 --- a/perl.h +++ b/perl.h @@ -2101,7 +2101,6 @@ typedef struct context PERL_CONTEXT; typedef struct block BLOCK; typedef struct magic MAGIC; -typedef struct xrv XRV; typedef struct xpv XPV; typedef struct xpviv XPVIV; typedef struct xpvuv XPVUV;