regcomp.c: Add comment
authorKarl Williamson <public@khwilliamson.com>
Mon, 15 Nov 2010 19:40:16 +0000 (12:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:55 +0000 (13:32 -0800)
regcomp.c

index 59f8bcf..ec4c792 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -8321,6 +8321,9 @@ parseit:
                        (value=='p' ? '+' : '!'), (int)n, RExC_parse);
                }
                RExC_parse = e + 1;
+
+               /* The \p could match something in the Latin1 range, hence
+                * something that isn't utf8 */
                ANYOF_FLAGS(ret) |= ANYOF_NONBITMAP;
                namedclass = ANYOF_MAX;  /* no official name, but it's named */
                }