diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-02 04:09:45 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-02 04:09:58 -0400 |
| commit | e9d64eaacaa4e2a71489b24b2b45ac26fbaead3c (patch) | |
| tree | 45777ba39223777b4bf7907c4f8c6c738a8c3e18 /src/config.h | |
| parent | ab278aca29eebc23eb6538fb5060f51afb8dca86 (diff) | |
| download | fujinet-chat-e9d64eaacaa4e2a71489b24b2b45ac26fbaead3c.tar.gz | |
Replace conf->blah with config.blah (see the definition of "OS" in <atari.h>). 6075 bytes free.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
