summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-04-27 00:33:38 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-26 22:35:03 +0000
commit4f66b38db5464959528af7812bbc138af1cb39d6 (patch)
treebe79900b9ea12450167ba985428d59cf6baa6e4a /regcomp.h
parent33235a50d090f47e8c1345f546ef4a97abb985d9 (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index ee9be39f71..122bec4668 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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)