1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

(regex_compile): Synch with HEAD.

This commit is contained in:
Kenichi Handa 2006-12-15 01:33:37 +00:00
parent b0bad61148
commit ed00c2ac83

View file

@ -2992,7 +2992,8 @@ regex_compile (pattern, size, syntax, bufp)
if (re_iswctype (btowc (ch), cc))
{
c = TRANSLATE (ch);
SET_LIST_BIT (c);
if (c < (1 << BYTEWIDTH))
SET_LIST_BIT (c);
}
if (target_multibyte)