diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 04:02:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 04:02:39 +0000 |
commit | 34baa6c30415f54e9b8c2e622de1e229cf36d781 (patch) | |
tree | 5a00cc030e839516eb48243cd6731133b897326b /regcomp.h | |
parent | 7e396c594f9cc9222ac521f10e1329f7fbef30b4 (diff) | |
download | perl-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 'regcomp.h')
-rw-r--r-- | regcomp.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -185,12 +185,7 @@ struct regnode_charclass_class { #define ANYOF_FOLD 0x02 #define ANYOF_LOCALE 0x01 -/* Used for regstclass only */ -#define ANYOF_EOS 0x10 /* Can match an empty string too */ - /* Character classes for node->classflags of ANYOF */ -/* Should be synchronized with a table in regprop() */ -/* 2n should pair with 2n+1 */ #define ANYOF_ALNUM 0 /* \w, utf8::IsWord, isALNUM() */ #define ANYOF_NALNUM 1 |