summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-03 04:02:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-03 04:02:39 +0000
commit34baa6c30415f54e9b8c2e622de1e229cf36d781 (patch)
tree5a00cc030e839516eb48243cd6731133b897326b /perl.h
parent7e396c594f9cc9222ac521f10e1329f7fbef30b4 (diff)
downloadperl-34baa6c30415f54e9b8c2e622de1e229cf36d781.tar.gz
revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 p4raw-id: //depot/perl@4622
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 06b398cbb6..7197dcc907 100644
--- a/perl.h
+++ b/perl.h
@@ -1748,7 +1748,6 @@ struct _sublex_info {
typedef struct magic_state MGS; /* struct magic_state defined in mg.c */
struct scan_data_t; /* Used in S_* functions in regcomp.c */
-struct regnode_charclass_class; /* Used in S_* functions in regcomp.c */
typedef I32 CHECKPOINT;