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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/regex.h,v
Date: Tue, 03 Oct 2006 13:18:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/10/03 13:18:24

Index: regex.h
===================================================================
RCS file: /sources/emacs/emacs/src/regex.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- regex.h     6 Feb 2006 15:23:21 -0000       1.39
+++ regex.h     3 Oct 2006 13:18:24 -0000       1.40
@@ -392,6 +392,10 @@
         /* Similarly for an end-of-line anchor.  */
   unsigned not_eol : 1;
 
+  /* If true, the compilation of the pattern had to look up the syntax table,
+     so the compiled pattern is only valid for the current syntax table.  */
+  unsigned used_syntax : 1;
+
 #ifdef emacs
   /* If true, multi-byte form in the `buffer' should be recognized as a
      multibyte character. */
@@ -614,13 +618,5 @@
 
 #endif /* regex.h */
 
-/*
-Local variables:
-make-backup-files: t
-version-control: t
-trim-versions-without-asking: nil
-End:
-*/
-
 /* arch-tag: bda6e3ec-3c02-4237-a55a-01ad2e120083
    (do not change this comment) */




reply via email to

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