diff options
author | David J. MacKenzie <djm@gnu.org> | 1992-12-15 02:35:40 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1992-12-15 02:35:40 +0000 |
commit | 1a4ea60bd258a803f70d231d97380f31088e5029 (patch) | |
tree | ab5ed6b0bdb2c39cdf6271bfcb52ce1d3a5a825c /src/regex.h | |
parent | 4af46de60c1d273d1caf137799594a8f820538d1 (diff) | |
download | emacs-1a4ea60bd258a803f70d231d97380f31088e5029.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/regex.h')
-rw-r--r-- | src/regex.h | 2 |
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; #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 \ |