From 101b44f6ff6052cc886f55e6c897263bea11c2df Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 1 Jun 2005 15:40:57 +0000 Subject: [PATCH] We don't have XRVs any more, so remove the typedef p4raw-id: //depot/perl@24663 --- perl.h | 1 - 1 file changed, 1 deletion(-) 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; -- 1.8.3.1