summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 21:57:36 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 21:57:36 +0100
commit989c3cffa1fa07df2dda04499e6123c525bef5c1 (patch)
tree5752b0d29c0b830e525bf02ea942b2c15892117a /modules/wchar
parent222bd6c8493f3392c15db8cb3fe2e382063727d4 (diff)
downloadgnulib-989c3cffa1fa07df2dda04499e6123c525bef5c1.tar.gz
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
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 c0587cae96..3cf78b01c7 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -51,6 +51,7 @@ wchar.h: wchar.in.h
-e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
+ -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/wchar.in.h; \