summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-12-22 10:59:46 +0100
committerPaolo Bonzini <bonzini@gnu.org>2008-12-22 11:24:02 +0100
commit7134da01c000d5002f856cc9414a4779e56fbd44 (patch)
tree5b5081e713251a1c64522a5829a25da91a9489df /modules/regex
parentee6962679bc107130de468561acb202e11935e04 (diff)
downloadgnulib-7134da01c000d5002f856cc9414a4779e56fbd44.tar.gz
update regex to use the emulated mb*/wc* functions
* modules/regex: Request emulations for the mb*/wc* functions we need. * m4/regex.m4: Don't look for those functions here. * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index 1659e1857e..c6a1235949 100644
--- a/modules/regex
+++ b/modules/regex
@@ -13,16 +13,20 @@ m4/mbstate_t.m4
Depends-on:
alloca
+btowc
extensions
gettext-h
localcharset
malloc
memcmp
memmove
+mbrtowc
+mbsinit
stdbool
stdint
ssize_t
wchar
+wcrtomb
wctype
configure.ac: