diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-01 15:40:57 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-01 15:40:57 +0000 |
commit | 101b44f6ff6052cc886f55e6c897263bea11c2df (patch) | |
tree | c33f19b0492933f9dfc0aed46c1981ed78115db8 /perl.h | |
parent | a1cfa1c67270cd04b1ea57513e32792eca6c3d2b (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |