changeset 90610:82904c663deb

(analyse_first): Cancel the change for synching with HEAD.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Oct 2006 07:06:28 +0000
parents bb0e318b7c53
children f70eb92de85e
files src/regex.c
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.c	Tue Oct 03 05:04:21 2006 +0000
+++ b/src/regex.c	Wed Oct 04 07:06:28 2006 +0000
@@ -3989,13 +3989,7 @@
 	  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