emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/regex.h,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/regex.h,v
Date: Fri, 01 Feb 2008 16:02:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/01 16:01:31

Index: src/regex.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/regex.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- src/regex.h 27 Jul 2007 07:19:16 -0000      1.42
+++ src/regex.h 1 Feb 2008 16:00:50 -0000       1.43
@@ -398,9 +398,16 @@
   unsigned used_syntax : 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;
+
+  /* Charset of unibyte characters at compiling time. */
+  int charset_unibyte;
 #endif
 
 /* [[[end pattern_buffer]]] */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]