summaryrefslogtreecommitdiff
path: root/src/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h
index 9ebc4e0bf22..9ee2060a1ed 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -362,9 +362,11 @@ struct re_pattern_buffer
/* If true, an anchor at a newline matches. */
unsigned newline_anchor : 1;
+#ifdef emacs
/* If true, multi-byte form in the `buffer' should be recognized as a
multibyte character. */
unsigned multibyte : 1;
+#endif
/* [[[end pattern_buffer]]] */
};