aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 \