From 5b67e5b2cfd1df47a1fea0ce589f3c899e24f780 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 2 Dec 2024 00:00:04 +0100 Subject: checkpoint --- chatty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chatty.c') diff --git a/chatty.c b/chatty.c index f56179f..d14475a 100644 --- a/chatty.c +++ b/chatty.c @@ -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" -- cgit v1.2.3