diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-12 12:41:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-12 12:41:41 +0000 |
commit | fa237b382f715e2162c4127edfe13d7ec911e2a8 (patch) | |
tree | 39b1b8f748bdcda2ea597f814a4f1713c0ccd9e2 | |
parent | b73e8733676c851d4ad076a6ae715de3d0ce9500 (diff) | |
download | coreutils-fa237b382f715e2162c4127edfe13d7ec911e2a8.tar.xz |
(RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB.
-rw-r--r-- | lib/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.h b/lib/regex.h index 25c950559..0a59c7be1 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -206,7 +206,7 @@ extern reg_syntax_t re_syntax_options; & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \ | RE_CONTEXT_INVALID_OPS )) -#define RE_SYNTAX_POSIX_AWK \ +#define RE_SYNTAX_POSIX_AWK \ (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS \ | RE_INTERVALS | RE_NO_GNU_OPS) |