scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 2a085ccbb841695b5332b5ecad221c96412b7cd2
parent e2a539b841ab9e0edd116b43473cbb11ca6f1196
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 15 Mar 2022 17:27:58 +0100

libc: Add wcwidth to the list of common objects

This was missed in the commit that added wcwidth.c.

Diffstat:
Msrc/libc/objs/common-objs.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/libc/objs/common-objs.mk b/src/libc/objs/common-objs.mk @@ -110,3 +110,4 @@ COMMON_OBJS =\ time/mktime.$O\ time/strftime.$O\ time/tz.$O\ + wchar/wcwidth.$O\