diff options
Diffstat (limited to 'py/bc.c')
| -rw-r--r-- | py/bc.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -29,13 +29,11 @@ #include <string.h> #include <assert.h> -#include "py/nlr.h" -#include "py/objfun.h" -#include "py/runtime0.h" +#include "py/runtime.h" #include "py/bc0.h" #include "py/bc.h" -#if 0 // print debugging info +#if MICROPY_DEBUG_VERBOSE // print debugging info #define DEBUG_PRINT (1) #else // don't print debugging info #define DEBUG_PRINT (0) |
