summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-07-01 10:35:30 -0600
committerKarl Williamson <khw@cpan.org>2022-07-01 11:16:39 -0600
commit35b455082a57df8e179967172e8037b4d1658ff4 (patch)
treeda46f3622f57090397672045136dcc8a10af5039 /regcomp.sym
parentd62feba66bf43f35d092bb026694f927e9f94d38 (diff)
downloadperl-35b455082a57df8e179967172e8037b4d1658ff4.tar.gz
Revert "regex: Add POSIXA1R node"
This reverts commit d62feba66bf43f35d092bb026694f927e9f94d38. As explained in its commit message. It adds some comments to point out that the commit exists, for the curious.
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym5
1 files changed, 0 insertions, 5 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 9cd2aed15e..f4060a378d 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -124,11 +124,6 @@ NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
# End of order is important
-# Order of the below is important.
-POSIXA1R POSIXA1R, none 0 S ; Like POSIXA for the classes whose code points form a single range, faster implementation
-NPOSIXA1R POSIXA1R, none 0 S ; complement of POSIXA1R, [[:^class:]]
-# End of order is important
-
CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence
#* Alternation