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:
parent
b0bad61148
commit
ed00c2ac83
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue