summaryrefslogtreecommitdiffstatshomepage
path: root/py/objfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objfun.c')
-rw-r--r--py/objfun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objfun.c b/py/objfun.c
index 3adf05e3b0..5f95a015bc 100644
--- a/py/objfun.c
+++ b/py/objfun.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