diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-05-18 13:55:50 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 11:01:53 -0600 |
commit | cfe934daf72e37a0980ac3183d678e49a26726b3 (patch) | |
tree | 8828c39d89d1899e1397fc2e8f9cd7583738eed2 | |
parent | 4f48919406dde7316da0835587373a50763e73ae (diff) | |
download | perl-cfe934daf72e37a0980ac3183d678e49a26726b3.tar.gz |
regcomp.c: Add comment
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11083,7 +11083,7 @@ tryagain: *(s++) = (char) ender; maybe_exact &= ! IS_IN_SOME_FOLD_L1(ender); } - else { + else { /* UTF */ /* Prime the casefolded buffer. Locale rules, which apply * only to code points < 256, aren't known until execution, |