update regex.h from libc
authorKarl Berry <karl@freefriends.org>
Sun, 10 Aug 2003 13:54:55 +0000 (13:54 +0000)
committerKarl Berry <karl@freefriends.org>
Sun, 10 Aug 2003 13:54:55 +0000 (13:54 +0000)
lib/ChangeLog
lib/regex.h

index e2bf3a8..40aa9fa 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-10  Karl Berry  <karl@gnu.org>
+
+       * regex.h: update from libc (whitespace fix).
+
 2003-08-09  Paul Eggert  <eggert@twinsun.com>
 
        Merge some files from coreutils.  These changes were
index 53bdd8f..07ba1d0 100644 (file)
@@ -193,7 +193,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)