From e9d64eaacaa4e2a71489b24b2b45ac26fbaead3c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 2 Apr 2026 04:09:45 -0400 Subject: Replace conf->blah with config.blah (see the definition of "OS" in ). 6075 bytes free. --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 6a4bfa9..ff25ea1 100644 --- a/src/config.h +++ b/src/config.h @@ -14,3 +14,5 @@ typedef struct { } conf_t; extern conf_t *conf; + +#define config (*(conf_t *)0x0400) -- cgit v1.2.3