commit 75bca9be6aa2a8cf0d07952134b14304e686af2e
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sat Oct 3 12:58:26 2015 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
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
@@ -13,7 +13,7 @@ extern int debug;
 #define DBGON() (debug = 1)
 #else
 #define DBG(...)
-#define DBGON
+#define DBGON()
 #endif
 
 #define L_INT8      'C'

Reply via email to