From c9ff2b0a8aebdc2a46490717ef27e288bd822499 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 01:08:36 -0400 Subject: Move USE_COLOR into stdlib --- stdlib/stdlib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdlib/stdlib.c') diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c index b8e40a54..db60ca98 100644 --- a/stdlib/stdlib.c +++ b/stdlib/stdlib.c @@ -19,6 +19,8 @@ #include "text.h" #include "util.h" +public bool USE_COLOR; + public void tomo_init(void) { GC_INIT(); -- cgit v1.2.3