From: Karl Berry Date: Sun, 10 Aug 2003 13:54:55 +0000 (+0000) Subject: update regex.h from libc X-Git-Tag: cvs-readonly~4664 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=0438d5095641c67b84a969156d724a1e7fb9bb2b;p=gnulib.git update regex.h from libc --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e2bf3a88c..40aa9facc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-08-10 Karl Berry + + * regex.h: update from libc (whitespace fix). + 2003-08-09 Paul Eggert Merge some files from coreutils. These changes were diff --git a/lib/regex.h b/lib/regex.h index 53bdd8ff4..07ba1d02d 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -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)