/[emacs]/emacs/src/regex.c
ViewVC logotype

Diff of /emacs/src/regex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.174.2.3 by fx, Thu Sep 5 17:01:55 2002 UTC revision 1.174.2.4 by handa, Thu Sep 19 00:40:09 2002 UTC
# Line 4075  re_search_2 (bufp, str1, size1, str2, si Line 4075  re_search_2 (bufp, str1, size1, str2, si
4075                        }                        }
4076                  }                  }
4077                else if (multibyte && ! target_multibyte)                else if (multibyte && ! target_multibyte)
4078                  {                  while (range > lim)
4079                    buf_ch = *d;                    {
4080                    MAKE_CHAR_MULTIBYTE (buf_ch);                      buf_ch = *d;
4081                    if (fastmap[CHAR_LEADING_CODE (buf_ch)])                      MAKE_CHAR_MULTIBYTE (buf_ch);
4082                      break;                      if (fastmap[CHAR_LEADING_CODE (buf_ch)])
4083                          break;
4084    
4085                    d++;                      d++;
4086                    range--;                      range--;
4087                  }                    }
4088                else                else
4089                  while (range > lim && !fastmap[*d])                  while (range > lim && !fastmap[*d])
4090                    {                    {

Legend:
Removed from v.1.174.2.3  
changed lines
  Added in v.1.174.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26