From 44d71549612a5224e201495393ded27f43f1f9ea Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Fri, 2 Jan 2026 03:15:41 -0500 Subject: separate *_IMPL into their own compilation unit --- main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index e64b8d9..1576c65 100644 --- a/main.c +++ b/main.c @@ -13,10 +13,6 @@ #include #include -#define ARENA_IMPL -#define UTF8_IMPL -#define STR_IMPL - #include "wrmr.h" #include "arena.h" #include "txt.h" -- cgit v1.2.3