From da0f825e44d1cec98c8ae1d2eba3da23a240676c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Apr 2024 21:38:24 +0200 Subject: Remove TODO() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I realized that I can literally just call err() directly like so: err("not implemented"); It doesn’t contain position information… but I don’t really need that. --- README | 1 - 1 file changed, 1 deletion(-) (limited to 'README') diff --git a/README b/README index a158aac..51585b3 100644 --- a/README +++ b/README @@ -78,7 +78,6 @@ FEATURES: • Functions for printing diagnostics and optionally crashing with strerror() support • macros.h - • TODO() • MIN()/MAX()/CLAMP() • Better assertion macro • More readable strcmp()/memcmp()/etc. wrappers for equality checking -- cgit v1.2.3