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