From 15a65db6a1bf6fd33a5496988501e6b8670e0191 Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 16 May 2023 11:33:15 +0000 Subject: poly-trans (almost) fully working --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 69d36bb..92f0fc1 100644 --- a/src/util.h +++ b/src/util.h @@ -23,10 +23,10 @@ static const int forced_length = 20; #ifndef stfu -#ifdef _debug +#ifdef __debug #define debug(s) debug_m(s,__FILE__,__LINE__); #else -#define debug(s) +#define debug(s){}; #endif #define err(s,f,...) err_m(s,f,__FILE__,__LINE__,##__VA_ARGS__); -- cgit v1.2.3