diff options
author | amy <[email protected]> | 2023-05-16 11:33:15 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-16 11:33:15 +0000 |
commit | 15a65db6a1bf6fd33a5496988501e6b8670e0191 (patch) | |
tree | 4a5850e82dc9eb1773a9f3adc0aeb8be783546b1 /src/util.h | |
parent | e5bdf615e60d3aeaf141750c034fa1629957ffbb (diff) |
poly-trans (almost) fully working
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__); |