In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/17231eb4bb0a67521fc6517ef00f9756378a7a88?hp=c33e8be1506a75e393304af89d64e3f46e0ca7cb>

- Log -----------------------------------------------------------------
commit 17231eb4bb0a67521fc6517ef00f9756378a7a88
Author: Karl Williamson <[email protected]>
Date:   Sat Dec 11 14:21:40 2010 -0700

    regcomp.c: clarify comment
-----------------------------------------------------------------------

Summary of changes:
 regcomp.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/regcomp.c b/regcomp.c
index 4fb8c37..34c4e95 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -8732,8 +8732,7 @@ parseit:
                }
                stored+=2; /* can't optimize this class */
 
-               /* All but ASCII can match Unicode characters, but all the ones
-                * that aren't in utf8 are in the bitmap */
+               /* All but ASCII can match characters storable only in utf8 */
                if (namedclass != ANYOF_ASCII) {
                    ANYOF_FLAGS(ret) |= ANYOF_UTF8;
                }

--
Perl5 Master Repository

Reply via email to