py/emitglue: Host definition of mp_verbose_flag.

This may not seem like the ideal place, but is actually the only place
in py/ where it gets referenced, so is just right.
This commit is contained in:
Paul Sokolovsky
2015-11-21 16:34:57 +02:00
parent 72bd172b30
commit 295ea12411
3 changed files with 4 additions and 3 deletions

View File

@@ -48,8 +48,6 @@ int vprintf(const char *fmt, va_list ap) {
}
#if MICROPY_DEBUG_PRINTERS
mp_uint_t mp_verbose_flag = 1;
int DEBUG_printf(const char *fmt, ...) {
va_list ap;
va_start(ap, fmt);