aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.h
diff options
context:
space:
mode:
authorDavid J. MacKenzie <[email protected]>1992-12-15 02:35:40 +0000
committerDavid J. MacKenzie <[email protected]>1992-12-15 02:35:40 +0000
commit1a4ea60bd258a803f70d231d97380f31088e5029 (patch)
treeab5ed6b0bdb2c39cdf6271bfcb52ce1d3a5a825c /src/regex.h
parent4af46de60c1d273d1caf137799594a8f820538d1 (diff)
*** empty log message ***
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.h b/src/regex.h
index e38853eaf6..8217fc0ea0 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -145,7 +145,7 @@ extern reg_syntax_t re_syntax_options;
#define RE_SYNTAX_AWK \
(RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
| RE_NO_BK_PARENS | RE_NO_BK_REFS \
- | RE_NO_BK_VAR | RE_NO_EMPTY_RANGES \
+ | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
| RE_UNMATCHED_RIGHT_PAREN_ORD)
#define RE_SYNTAX_POSIX_AWK \