aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid J. MacKenzie1992-12-15 02:35:40 +0000
committerDavid J. MacKenzie1992-12-15 02:35:40 +0000
commit1a4ea60bd258a803f70d231d97380f31088e5029 (patch)
treeab5ed6b0bdb2c39cdf6271bfcb52ce1d3a5a825c /src
parent4af46de60c1d273d1caf137799594a8f820538d1 (diff)
downloademacs-1a4ea60bd258a803f70d231d97380f31088e5029.tar.gz
emacs-1a4ea60bd258a803f70d231d97380f31088e5029.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.h b/src/regex.h
index e38853eaf65..8217fc0ea01 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -145,7 +145,7 @@ extern reg_syntax_t re_syntax_options;
145#define RE_SYNTAX_AWK \ 145#define RE_SYNTAX_AWK \
146 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \ 146 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
147 | RE_NO_BK_PARENS | RE_NO_BK_REFS \ 147 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
148 | RE_NO_BK_VAR | RE_NO_EMPTY_RANGES \ 148 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
149 | RE_UNMATCHED_RIGHT_PAREN_ORD) 149 | RE_UNMATCHED_RIGHT_PAREN_ORD)
150 150
151#define RE_SYNTAX_POSIX_AWK \ 151#define RE_SYNTAX_POSIX_AWK \