diff options
| author | WormHeamer | 2026-01-02 03:15:41 -0500 |
|---|---|---|
| committer | WormHeamer | 2026-01-02 03:15:41 -0500 |
| commit | 44d71549612a5224e201495393ded27f43f1f9ea (patch) | |
| tree | 7706d993dac63be77364e4b46a10e3b10df67acf /main.c | |
| parent | e46cc3125e9feb52788ae7ab37d1119053978af0 (diff) | |
separate *_IMPL into their own compilation unit
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -13,10 +13,6 @@ #include <signal.h> #include <poll.h> -#define ARENA_IMPL -#define UTF8_IMPL -#define STR_IMPL - #include "wrmr.h" #include "arena.h" #include "txt.h" |
