From fa237b382f715e2162c4127edfe13d7ec911e2a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Aug 2005 12:41:41 +0000 Subject: [PATCH] (RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB. --- lib/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3