summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-01 18:01:52 +0200
committerBruno Haible <bruno@clisp.org>2009-05-01 18:01:52 +0200
commiteea4c1569af3cfd540e449fce0997fc94a096325 (patch)
tree6ec762a497faf15569880331d1464ab8650fa916 /modules/wchar
parent70a602fdacf4f7303c4b5cb14a9a02b45ae2da86 (diff)
downloadgnulib-eea4c1569af3cfd540e449fce0997fc94a096325.tar.gz
Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
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 f7333cca67..f46150c5f8 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -58,6 +58,7 @@ wchar.h: wchar.in.h
-e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
-e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
+ -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/wchar.in.h; \