emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/regex.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/regex.c,v
Date: Tue, 28 Nov 2006 01:13:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/11/28 01:13:26

Index: regex.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/regex.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -b -r1.218 -r1.219
--- regex.c     28 Nov 2006 01:12:50 -0000      1.218
+++ regex.c     28 Nov 2006 01:13:26 -0000      1.219
@@ -2939,7 +2939,7 @@
                         for (ch = 0; ch < 1 << BYTEWIDTH; ++ch)
                          {
                            int translated = TRANSLATE (ch);
-                           if (translated < 1 << BYTEWIDTH
+                           if (translated < (1 << BYTEWIDTH)
                                && re_iswctype (btowc (ch), cc))
                              SET_LIST_BIT (translated);
                          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]