aboutsummaryrefslogtreecommitdiff
path: root/py/objtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objtype.c')
-rw-r--r--py/objtype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objtype.c b/py/objtype.c
index 171ea838f..70dc226a6 100644
--- a/py/objtype.c
+++ b/py/objtype.c
@@ -43,6 +43,7 @@
#define DEBUG_PRINT (1)
#define DEBUG_printf DEBUG_printf
#else // don't print debugging info
+#define DEBUG_PRINT (0)
#define DEBUG_printf(...) (void)0
#endif