shithub: scc

Download patch

ref: 75bca9be6aa2a8cf0d07952134b14304e686af2e
parent: cd60868d9c36b0648569295dc3de8bfeb913da21
author: Roberto E. Vargas Caballero <[email protected]>
date: Sat Oct 3 08:58:26 EDT 2015

Fix DBGON when NDEBUG is defined

--- a/inc/cc.h
+++ b/inc/cc.h
@@ -13,7 +13,7 @@
 #define DBGON() (debug = 1)
 #else
 #define DBG(...)
-#define DBGON
+#define DBGON()
 #endif
 
 #define L_INT8      'C'