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 e2bf3a88c5db8667e0154239a462ba2ba0e58d0e..40aa9facc91b9217e048d95a73405f9bc8c41174 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 53bdd8ff46115c4dac2be2a4908b08c6d2f9f68c..07ba1d02d85c30d1dabf143dcdb6d70677f1196f 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)