]> git.eshelyaron.com Git - emacs.git/commitdiff
(analyse_first): Cancel the change for synching with
authorKenichi Handa <handa@m17n.org>
Wed, 4 Oct 2006 07:06:28 +0000 (07:06 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 4 Oct 2006 07:06:28 +0000 (07:06 +0000)
HEAD.

src/regex.c

index 05f1fb53b1ab571fe2c563a9e0038e515a522a6a..0977684822082e0949d0f752f1a7f66a1a858ab0 100644 (file)
@@ -3989,13 +3989,7 @@ analyse_first (p, pend, fastmap, multibyte)
          for (j = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH - 1, p++;
               j >= 0; j--)
            if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not)
-             {
-               fastmap[j] = 1;
-#ifdef emacs
-               if (j >= 0x80 && j < 0xa0)
-                 fastmap[LEADING_CODE_8_BIT_CONTROL] = 1;
-#endif
-             }
+             fastmap[j] = 1;
 
          if ((not && multibyte)
              /* Any leading code can possibly start a character