commit 75bca9be6aa2a8cf0d07952134b14304e686af2e parent cd60868d9c36b0648569295dc3de8bfeb913da21 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sat, 3 Oct 2015 12:58:26 +0200 Fix DBGON when NDEBUG is defined Diffstat:
M | inc/cc.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inc/cc.h b/inc/cc.h @@ -13,7 +13,7 @@ extern int debug; #define DBGON() (debug = 1) #else #define DBG(...) -#define DBGON +#define DBGON() #endif #define L_INT8 'C'