diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-08-22 07:34:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-08-22 07:34:59 +0000 |
commit | 8b0a52444c889fd368f51ba37ad401b6ca5d40f1 (patch) | |
tree | e61c0a96c4f02a2ae41a4a6b8b291cd0adfa75be /posix | |
parent | 964f44e4d838ce28ae848f228c7212cf609ace3c (diff) | |
download | glibc-8b0a52444c889fd368f51ba37ad401b6ca5d40f1.tar glibc-8b0a52444c889fd368f51ba37ad401b6ca5d40f1.tar.gz glibc-8b0a52444c889fd368f51ba37ad401b6ca5d40f1.tar.bz2 glibc-8b0a52444c889fd368f51ba37ad401b6ca5d40f1.zip |
Updated to fedora-glibc-20050822T0727
Diffstat (limited to 'posix')
-rw-r--r-- | posix/regex.h | 2 |
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) |