diff options
Diffstat (limited to 'py/bc.c')
-rw-r--r-- | py/bc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |