diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-30 19:46:45 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-30 19:46:45 +0000 |
commit | 60aeb6fd4ca923078be883926562d30b13279552 (patch) | |
tree | e19559d06d407bab66760c72a3302f60a0bba27a /regcomp.h | |
parent | 777d2cf58fa8e7c971ce9115520838a43768a81d (diff) | |
download | perl-60aeb6fd4ca923078be883926562d30b13279552.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8271
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ struct regnode_charclass_class { /* There is a character or a range past 0xff */ #define ANYOF_UNICODE 0x20 +#define ANYOF_UNICODE_ALL 0x40 /* Can match any char past 0xff */ /* Are there any runtime flags on in this node? */ #define ANYOF_RUNTIME(s) (ANYOF_FLAGS(s) & 0x0f) |