summaryrefslogtreecommitdiff
path: root/modules/wchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-18 00:19:07 +0100
committerBruno Haible <bruno@clisp.org>2008-12-18 00:19:07 +0100
commit82b3be219d2636717f419e68ceaca40f3b5b8514 (patch)
tree3f51748ff61dd21b8b7f091a1d76cc7a561b75be /modules/wchar
parent0528b73cf4429ca945ec12b78a09a1e35e407b5a (diff)
downloadgnulib-82b3be219d2636717f419e68ceaca40f3b5b8514.tar.gz
New module 'btowc'.
Diffstat (limited to 'modules/wchar')
-rw-r--r--modules/wchar2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/wchar b/modules/wchar
index 7b22002537..3f60ceaeec 100644
--- a/modules/wchar
+++ b/modules/wchar
@@ -25,9 +25,11 @@ wchar.h: wchar.in.h
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
-e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
+ -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
-e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
-e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
-e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
+ -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
-e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \