diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:04 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:04 +0100 |
commit | 5b67e5b2cfd1df47a1fea0ce589f3c899e24f780 (patch) | |
tree | 2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c | |
parent | bc4dbc02d2ffeca03ed728f3f1f31d7cc969f655 (diff) |
checkpoint
Diffstat (limited to 'chatty.c')
-rw-r--r-- | chatty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,7 +22,9 @@ // Number of spaces inserted when pressing Tab/Ctrl+I #define TAB_WIDTH 4 +#define CHATTY_IMPL #include "chatty.h" +#undef CHATTY_IMPL #include "protocol.h" #include "ui.h" |