summaryrefslogtreecommitdiff
path: root/libc/misc/wchar/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-11-08 03:32:34 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-11-08 03:32:34 +0000
commitda4b93a147c6e132a5e16becac06d2406f1aa5a7 (patch)
treeb9eb840cd056e83aa98328e38d3d459ba427ad53 /libc/misc/wchar/Makefile
parent94ec85b35f2ad583235131c66e15a6ec8e96c78d (diff)
Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.
Added some size/speed optimizations and integrated it into my locale framework. Minimally tested at the moment, but the stub C-locale version (which most people would probably be using) should be fine.
Diffstat (limited to 'libc/misc/wchar/Makefile')
-rw-r--r--libc/misc/wchar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wchar/Makefile b/libc/misc/wchar/Makefile
index ddd701a6d..7ac27b6ea 100644
--- a/libc/misc/wchar/Makefile
+++ b/libc/misc/wchar/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak
MSRC1= wchar.c
MOBJ1= btowc.o wctob.o mbsinit.o mbrlen.o mbrtowc.o wcrtomb.o mbsrtowcs.o \
wcsrtombs.o _wchar_utf8sntowcs.o _wchar_wcsntoutf8s.o \
- __mbsnrtowcs.o __wcsnrtombs.o
+ __mbsnrtowcs.o __wcsnrtombs.o wcwidth.o wcswidth.o
MSRC2= wstdio.c
MOBJ2= fwide.o \