From: Jim Meyering Date: Tue, 15 Apr 2003 06:21:52 +0000 (+0000) Subject: Remove (or replace-with-TAB(s) to retain alignment) X-Git-Tag: v5.0.1~691 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533c50216ed6fbe04d5f1ea88791491a19737647;p=thirdparty%2Fcoreutils.git Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- diff --git a/lib/regex.h b/lib/regex.h index 8b8bb9d5a0..88abfd998b 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -187,7 +187,7 @@ extern reg_syntax_t re_syntax_options; ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \ & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_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)