diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-04 09:07:52 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-04 15:44:12 +0100 |
commit | 0cfc3b87f0c3be63db1075ed465443c4b3c4cec2 (patch) | |
tree | e6f4950ecb7a9c075641eb0f034c2f45c7e4cb1c /modules/regex | |
parent | e138cd8fc9c9465059e9d0427d0cf0669d5a8caf (diff) | |
download | gnulib-0cfc3b87f0c3be63db1075ed465443c4b3c4cec2.tar.gz |
regcomp: sync from glibc; always use nl_langinfo
* lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
now that gnulib provides it. Recognize UTF8 as well as UTF-8.
* lib/regex_internal.h: Always include <langinfo.h>, now.
* modules/regex (Depends-on): Add nl_langinfo.
Diffstat (limited to 'modules/regex')
-rw-r--r-- | modules/regex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex index c6a1235949..f51640621c 100644 --- a/modules/regex +++ b/modules/regex @@ -22,6 +22,7 @@ memcmp memmove mbrtowc mbsinit +nl_langinfo stdbool stdint ssize_t |