aboutsummaryrefslogtreecommitdiff
path: root/stdlib/util.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-18 01:08:36 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-18 01:08:36 -0400
commitc9ff2b0a8aebdc2a46490717ef27e288bd822499 (patch)
tree0680bb7acc9396e4eb34d7793a72a07724524d85 /stdlib/util.h
parent7baf36e2ae9a1c3da919336102a591ab25ed4cfe (diff)
Move USE_COLOR into stdlib
Diffstat (limited to 'stdlib/util.h')
-rw-r--r--stdlib/util.h2
1 files changed, 0 insertions, 2 deletions
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; \