From da4b93a147c6e132a5e16becac06d2406f1aa5a7 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 8 Nov 2002 03:32:34 +0000 Subject: 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. --- libc/misc/wchar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/wchar/Makefile') 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 \ -- cgit v1.2.3