From 0f4b87bf93151f12ee932482a23d15ec05fdcc01 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 15 Feb 2007 11:24:16 +0000 Subject: (struct re_pattern_buffer): New meumber charset_unibyte. --- src/regex.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/regex.h') diff --git a/src/regex.h b/src/regex.h index 3f3d313397b..baf4124401b 100644 --- a/src/regex.h +++ b/src/regex.h @@ -399,14 +399,15 @@ struct re_pattern_buffer #ifdef emacs /* If true, multi-byte form in the regexp pattern should be - recognized as a multibyte character. When the pattern is - compiled, this is set to the same value as target_multibyte - below. */ + 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; + + /* Charset of unibyte characters at compiling time. */ + int charset_unibyte; #endif /* [[[end pattern_buffer]]] */ -- cgit v1.2.1