summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-10-04 07:06:28 +0000
committerKenichi Handa <handa@m17n.org>2006-10-04 07:06:28 +0000
commit49da453b3647a81c048f1bef1d9f27f82a238593 (patch)
tree6ac0b1c6542c3c727e800734c897a41071bd2b01 /src/regex.c
parentf3bbbd11451643c49997116d639612ae434dcaa0 (diff)
downloademacs-49da453b3647a81c048f1bef1d9f27f82a238593.tar.gz
(analyse_first): Cancel the change for synching with
HEAD.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c8
1 files changed, 1 insertions, 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