mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(struct re_pattern_buffer): New member target_multibyte.
This commit is contained in:
parent
d6f0c8e67f
commit
66f089b275
1 changed files with 6 additions and 2 deletions
|
|
@ -391,9 +391,13 @@ struct re_pattern_buffer
|
|||
unsigned not_eol : 1;
|
||||
|
||||
#ifdef emacs
|
||||
/* If true, multi-byte form in the `buffer' should be recognized as a
|
||||
multibyte character. */
|
||||
/* If true, multi-byte form in the regexp pattern should be
|
||||
recognized as a multibyte character. */
|
||||
unsigned multibyte : 1;
|
||||
|
||||
/* If true, multi-byte form in the target of match should be
|
||||
recognized as a multibyte character. */
|
||||
unsigned target_multibyte : 1;
|
||||
#endif
|
||||
|
||||
/* [[[end pattern_buffer]]] */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue