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/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'stdlib/util.h') diff --git a/stdlib/util.h b/stdlib/util.h index a24264cd..82f83ab1 100644 --- a/stdlib/util.h +++ b/stdlib/util.h @@ -34,8 +34,6 @@ #define CONSTFUNC __attribute__ ((const)) #endif -extern bool USE_COLOR; - #define REVERSE_LIST(list) do { \ __typeof(list) _prev = NULL; \ __typeof(list) _next = NULL; \ -- cgit v1.2.3