From 49da453b3647a81c048f1bef1d9f27f82a238593 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 4 Oct 2006 07:06:28 +0000 Subject: [PATCH] (analyse_first): Cancel the change for synching with HEAD. --- src/regex.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/regex.c b/src/regex.c index 05f1fb53b1a..09776848220 100644 --- a/src/regex.c +++ b/src/regex.c @@ -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 -- 2.39.2