From 7860c2a68acd1ccd28cb4bb87819487fd6966a9e Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 5 Nov 2014 21:16:41 +0000 Subject: py: Fix some macros defines; cleanup some includes. --- py/bc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'py/bc.c') diff --git a/py/bc.c b/py/bc.c index b5515bcd7..47f8d9f71 100644 --- a/py/bc.c +++ b/py/bc.c @@ -44,6 +44,7 @@ #if 0 // print debugging info #define DEBUG_PRINT (1) #else // don't print debugging info +#define DEBUG_PRINT (0) #define DEBUG_printf(...) (void)0 #endif -- cgit v1.2.3