Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1351dd3b
Commit
1351dd3b
authored
Oct 03, 2006
by
Stefan Monnier
Browse files
Remove file local variables.
(struct re_pattern_buffer): New field `used_syntax'.
parent
fcecceea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
src/regex.h
src/regex.h
+4
-8
No files found.
src/regex.h
View file @
1351dd3b
...
@@ -392,6 +392,10 @@ struct re_pattern_buffer
...
@@ -392,6 +392,10 @@ struct re_pattern_buffer
/* Similarly for an end-of-line anchor. */
/* Similarly for an end-of-line anchor. */
unsigned
not_eol
:
1
;
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
#ifdef emacs
/* If true, multi-byte form in the `buffer' should be recognized as a
/* If true, multi-byte form in the `buffer' should be recognized as a
multibyte character. */
multibyte character. */
...
@@ -614,13 +618,5 @@ extern void re_set_whitespace_regexp (const char *regexp);
...
@@ -614,13 +618,5 @@ extern void re_set_whitespace_regexp (const char *regexp);
#endif
/* regex.h */
#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
/* arch-tag: bda6e3ec-3c02-4237-a55a-01ad2e120083
(do not change this comment) */
(do not change this comment) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment