From 08fc12dd6e00da45cd6b494e4eac7aadb9ed6e0c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 15 Nov 2010 12:40:16 -0700 Subject: [PATCH] regcomp.c: Add comment --- regcomp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regcomp.c b/regcomp.c index 59f8bcf..ec4c792 100644 --- 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 */ } -- 2.7.4