From: Jim Meyering Date: Fri, 12 Aug 2005 12:41:41 +0000 (+0000) Subject: (RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB. X-Git-Tag: CPPI-1_12~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa237b382f715e2162c4127edfe13d7ec911e2a8;p=thirdparty%2Fcoreutils.git (RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB. --- diff --git a/lib/regex.h b/lib/regex.h index 25c950559d..0a59c7be1c 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)