diff options
author | Hugo van der Sanden <hv@crypt.org> | 2001-04-27 00:33:38 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-26 22:35:03 +0000 |
commit | 4f66b38db5464959528af7812bbc138af1cb39d6 (patch) | |
tree | be79900b9ea12450167ba985428d59cf6baa6e4a /regcomp.h | |
parent | 33235a50d090f47e8c1345f546ef4a97abb985d9 (diff) | |
download | perl-4f66b38db5464959528af7812bbc138af1cb39d6.tar.gz |
Re: [PATCH @9846] dumping ANYOF
Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
p4raw-id: //depot/perl@9873
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,6 +194,9 @@ struct regnode_charclass_class { #define ANYOF_UNICODE 0x20 #define ANYOF_UNICODE_ALL 0x40 /* Can match any char past 0xff */ +/* size of node is large (includes class pointer) */ +#define ANYOF_LARGE 0x80 + /* Are there any runtime flags on in this node? */ #define ANYOF_RUNTIME(s) (ANYOF_FLAGS(s) & 0x0f) |