summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-15 21:59:51 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-15 22:14:14 -0700
commit7bc66b18e342b61d1c2794e7e003ca67c960dd98 (patch)
treee30b1341e98f3e4c3fe58395bd7d287989e5a93f /regcomp.sym
parent34fdef848b1687b91892ba55e9e0c3430e0770f6 (diff)
downloadperl-7bc66b18e342b61d1c2794e7e003ca67c960dd98.tar.gz
Revert "Free up bit for regex ANYOF nodes"
This reverts commit 34fdef848b1687b91892ba55e9e0c3430e0770f6, and adds comments referring to it, in case it is ever needed.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 4764d0e138..a1981862cc 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -55,7 +55,6 @@ REG_ANY REG_ANY, no 0 S ; Match any one character (except newline).
SANY REG_ANY, no 0 S ; Match any one character.
CANY REG_ANY, no 0 S ; Match any one byte.
ANYOF ANYOF, sv 0 S ; Match character in (or not in) this class, single char match only
-ANYOF_NON_UTF8_NON_ASCII_ALL ANYOF, sv 0 S ; like ANYOF, also matches any U+80 - U+FF when not in UTF-8
# Order of the below is important. See ordering comment above.
POSIXD POSIXD, none 0 S ; Some [[:class:]] under /d; the FLAGS field gives which one