summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-19 09:29:07 -0700
committerKarl Williamson <khw@cpan.org>2019-11-19 09:44:45 -0700
commitebee057d3ec5a3f16822f9bae491a77aa97e994a (patch)
tree4418d66411635188bb2aec5ad54b6b844edaf21d /regcomp.sym
parentc1df7f7503d7b893be580201c1ec4bd86c863048 (diff)
downloadperl-ebee057d3ec5a3f16822f9bae491a77aa97e994a.tar.gz
regcomp.sym: Add missing commas
I don't think lack of these affects anything, but they were inconsistent
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym4
1 files changed, 2 insertions, 2 deletions
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.