From 35b455082a57df8e179967172e8037b4d1658ff4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 1 Jul 2022 10:35:30 -0600 Subject: 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. --- regcomp.sym | 5 ----- 1 file changed, 5 deletions(-) (limited to 'regcomp.sym') 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 -- cgit v1.2.1