summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-17 12:45:24 -0700
committerKarl Williamson <khw@cpan.org>2018-12-26 12:50:37 -0700
commit3e6e81faa0caa5599d0862f85f1f3c1ef2e49030 (patch)
tree2e92f203312344c9f283a2556c56c6850473887d /regcomp.sym
parent1c058237dd6e2d15f88483f3fc66e4e584c262b8 (diff)
downloadperl-3e6e81faa0caa5599d0862f85f1f3c1ef2e49030.tar.gz
Remove ASCII/NASCII regnodes
The ANYOFM/NANYOFM regnodes are generalizations of these. They have more masks and shifts than the removed nodes, but not more branches, so are effectively the same speed. Remove the ASCII/NASCII nodes in favor of having less code to maintain.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.sym b/regcomp.sym
index f9187c0a10..25008905a8 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -77,9 +77,6 @@ NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
# End of order is important
-ASCII ASCII, none 0 S ; [[:ascii:]]
-NASCII ASCII, none 0 S ; [[:^ascii:]]
-
CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence
#* Alternation