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-Tag: v5.10.0~6572 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/101b44f6ff6052cc886f55e6c897263bea11c2df?ds=inline 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;