From 6caf406fc9b7666a8bbdbc66dff4d7029a92ba07 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 18 Aug 2005 05:08:05 +0000 Subject: [PATCH] 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 7beaaf06c0..bdce605a3d 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.30.2