From 9a3f974268b6a7d806154c2466229b67843e0f7e Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 14 Jan 2026 23:58:17 +0100 Subject: feat!: rename macros to simplify them breaking, bump to v2.0 --- tests/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.c b/tests/tests.c index c07c5f3..7486a3d 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -3,7 +3,7 @@ #include "ls_queue.h" -LS_QUEUE_TYPE_INLINE(int, int_queue, 4) +LS_QUEUE_INLINE(int, int_queue, 4) TEST_CASE(queue_init) { int_queue q; -- cgit