summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 04:53:17 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 04:53:17 +0100
commit78f5fbf491b6f12a67a633f919ec24f97570a733 (patch)
tree5a6815c682a9eb2ff1b3874c2c7bb54011a7761f /modules/wchar
parent2c11b49f00662697a6b27da0beb86adb4b6fae97 (diff)
downloadgnulib-78f5fbf491b6f12a67a633f919ec24f97570a733.tar.gz
Override mbsrtowcs when redefining mbstate_t.
Diffstat (limited to 'modules/wchar')
-rw-r--r--modules/wchar1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wchar b/modules/wchar
index 716e7f2802..fcef30e69a 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -44,6 +44,7 @@ wchar.h: wchar.in.h
-e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
-e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
-e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
+ -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/wchar.in.h; \