diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:08:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:08:36 -0400 |
| commit | c9ff2b0a8aebdc2a46490717ef27e288bd822499 (patch) | |
| tree | 0680bb7acc9396e4eb34d7793a72a07724524d85 /stdlib/util.c | |
| parent | 7baf36e2ae9a1c3da919336102a591ab25ed4cfe (diff) | |
Move USE_COLOR into stdlib
Diffstat (limited to 'stdlib/util.c')
| -rw-r--r-- | stdlib/util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/util.c b/stdlib/util.c index 7749b22c..1fe33dfa 100644 --- a/stdlib/util.c +++ b/stdlib/util.c @@ -9,8 +9,6 @@ #include "text.h" #include "util.h" -public bool USE_COLOR; - __attribute__((format(printf, 1, 2))) public char *heap_strf(const char *fmt, ...) { |
