[hackers] [scc] Fix DBGON when NDEBUG is defined || Roberto E. Vargas Caballero
commit 75bca9be6aa2a8cf0d07952134b14304e686af2e
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Oct 3 12:58:26 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sat Oct 3 12:58:26 2015 +0200
Fix DBGON when NDEBUG is defined
diff --git a/inc/cc.h b/inc/cc.h
index e21251c..7833df5 100644
--- a/inc/cc.h
+++ b/inc/cc.h
_AT_@ -13,7 +13,7 @@ extern int debug;
#define DBGON() (debug = 1)
#else
#define DBG(...)
-#define DBGON
+#define DBGON()
#endif
#define L_INT8 'C'
Received on Sat Oct 03 2015 - 13:02:08 CEST
This archive was generated by hypermail 2.3.0
: Sat Oct 03 2015 - 13:12:11 CEST