diff options
author | David Mitchell <davem@iabyn.com> | 2011-01-30 14:38:29 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-01-30 23:58:26 +0000 |
commit | 8619e557ff1f6799348735fcb0160246c5b4f2ee (patch) | |
tree | d4a74a878a793ece3b2eb1b1ee8917f824aac1b4 /perl.h | |
parent | 723bc1540d3050528949352bc2596164e6366788 (diff) | |
download | perl-8619e557ff1f6799348735fcb0160246c5b4f2ee.tar.gz |
Remove vestigial ORANGE references
This was a temporary type used while regexes were in the process
of being promoted to first-class SVs
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2425,7 +2425,6 @@ typedef struct STRUCT_SV SV; typedef struct av AV; typedef struct hv HV; typedef struct cv CV; -typedef struct regexp ORANGE; /* This is the body structure. */ typedef struct p5rx REGEXP; typedef struct gp GP; typedef struct gv GV; |