Fold LIBC_UNICODE into LIBC_STR

This commit is contained in:
Justine Tunney 2022-08-13 08:42:32 -07:00
parent 17aea99bb3
commit 367d06d9e4
173 changed files with 170 additions and 355 deletions

View file

@ -41,7 +41,6 @@ TEST_TOOL_ARGS_DIRECTDEPS = \
LIBC_STUBS \
LIBC_SYSV \
LIBC_TESTLIB \
LIBC_UNICODE \
LIBC_ZIPOS \
LIBC_X \
THIRD_PARTY_COMPILER_RT \

View file

@ -23,7 +23,7 @@
#include "libc/str/str.h"
#include "libc/testlib/ezbench.h"
#include "libc/testlib/testlib.h"
#include "libc/unicode/unicode.h"
#include "libc/str/unicode.h"
#include "tool/build/lib/pty.h"
char *render(struct Pty *pty) {

View file

@ -41,7 +41,6 @@ TEST_TOOL_BUILD_LIB_DIRECTDEPS = \
LIBC_STUBS \
LIBC_SYSV \
LIBC_TESTLIB \
LIBC_UNICODE \
LIBC_X \
THIRD_PARTY_COMPILER_RT \
TOOL_BUILD_LIB \

View file

@ -42,7 +42,6 @@ TEST_TOOL_NET_DIRECTDEPS = \
LIBC_STUBS \
LIBC_SYSV \
LIBC_TESTLIB \
LIBC_UNICODE \
LIBC_X \
LIBC_ZIPOS \
THIRD_PARTY_REGEX \

View file

@ -49,7 +49,6 @@ TEST_TOOL_PLINKO_DIRECTDEPS = \
LIBC_STUBS \
LIBC_SYSV \
LIBC_TESTLIB \
LIBC_UNICODE \
LIBC_X \
LIBC_ZIPOS \
THIRD_PARTY_COMPILER_RT \

View file

@ -36,7 +36,6 @@ TEST_TOOL_VIZ_LIB_DIRECTDEPS = \
LIBC_STR \
LIBC_TIME \
LIBC_TINYMATH \
LIBC_UNICODE \
LIBC_X \
TOOL_VIZ_LIB