From ebee057d3ec5a3f16822f9bae491a77aa97e994a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 19 Nov 2019 09:29:07 -0700 Subject: regcomp.sym: Add missing commas I don't think lack of these affects anything, but they were inconsistent --- regcomp.sym | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regcomp.sym') diff --git a/regcomp.sym b/regcomp.sym index 6ca83aeef1..251006a245 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -86,8 +86,8 @@ ANYOFR ANYOFR, packed 1 S ; Matches any character in the range given ANYOFRb ANYOFR, packed 1 S ; Like ANYOFR, but all matches share the same UTF-8 start byte, given in the flags field # There is no ANYOFRr because khw doesn't think there are likely to be real-world cases where such a large range is used. -ANYOFM ANYOFM byte 1 S ; Like ANYOF, but matches an invariant byte as determined by the mask and arg -NANYOFM ANYOFM byte 1 S ; complement of ANYOFM +ANYOFM ANYOFM, byte 1 S ; Like ANYOF, but matches an invariant byte as determined by the mask and arg +NANYOFM ANYOFM, byte 1 S ; complement of ANYOFM #* POSIX Character Classes: # Order of the below is important. See ordering comment above. -- cgit v1.2.1