From 533c50216ed6fbe04d5f1ea88791491a19737647 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Apr 2003 06:21:52 +0000 Subject: Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- lib/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/regex.h b/lib/regex.h index 8b8bb9d5a..88abfd998 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) -- cgit v1.2.3-54-g00ecf