summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-08-18 06:42:25 +0000
committerRoland McGrath <roland@gnu.org>2005-08-18 06:42:25 +0000
commit92d892a8992e6d0d3a3d9ddbc313016ccb982df5 (patch)
treeae646c2ae2d226a7eed0db0eb8e7418b2b0c4ee1 /posix
parent87839111d86616f3a81849c5ebeed3a9962d48d3 (diff)
[BZ #1207]
2005-08-17 Paul Eggert <eggert@cs.ucla.edu> [BZ #1207] * posix/regex.h: Remove spurious space-before-tab. From gnulib.
Diffstat (limited to 'posix')
-rw-r--r--posix/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regex.h b/posix/regex.h
index b2d9a62fec..1f73d23866 100644
--- a/posix/regex.h
+++ b/posix/regex.h
@@ -207,7 +207,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)