This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a1cfa1c
)
We don't have XRVs any more, so remove the typedef
author
Nicholas Clark
<nick@ccl4.org>
Wed, 1 Jun 2005 15:40:57 +0000
(15:40 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 1 Jun 2005 15:40:57 +0000
(15:40 +0000)
p4raw-id: //depot/perl@24663
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
df12645
..
bfa632f
100644
(file)
--- 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 block BLOCK;
typedef struct magic MAGIC;
-typedef struct xrv XRV;
typedef struct xpv XPV;
typedef struct xpviv XPVIV;
typedef struct xpvuv XPVUV;
typedef struct xpv XPV;
typedef struct xpviv XPVIV;
typedef struct xpvuv XPVUV;