summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 01:22:07 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 01:22:07 +0100
commitb1876e6e277008edfa4d9e66b19ba2bb939c6b00 (patch)
tree94606c29eff3aeddada047953d4d3260aeb8bab2 /modules/wchar
parent99da6dddc223fe2010686e459dc7b09811127b77 (diff)
downloadgnulib-b1876e6e277008edfa4d9e66b19ba2bb939c6b00.tar.gz
Work around wctob bug on Solaris 9.
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 e38a6daefa..f0bbe92775 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -40,6 +40,7 @@ wchar.h: wchar.in.h
-e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
-e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
+ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/wchar.in.h; \