summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-01 15:40:57 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-01 15:40:57 +0000
commit101b44f6ff6052cc886f55e6c897263bea11c2df (patch)
treec33f19b0492933f9dfc0aed46c1981ed78115db8 /perl.h
parenta1cfa1c67270cd04b1ea57513e32792eca6c3d2b (diff)
downloadperl-101b44f6ff6052cc886f55e6c897263bea11c2df.tar.gz
We don't have XRVs any more, so remove the typedef
p4raw-id: //depot/perl@24663
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index df12645c12..bfa632f5a4 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;