From 5d323defe4dab940494002e80c69cfb36d204a49 Mon Sep 17 00:00:00 2001 From: nhtshot Date: Mon, 23 Feb 2015 15:05:32 -0600 Subject: py: Update parse.c&mpconfig.h to reflect rename of mp_lexer_show_token. This function is only used when DEBUG_PRINTERS and USE_RULE_NAME are enabled. --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/mpconfig.h') diff --git a/py/mpconfig.h b/py/mpconfig.h index bde8dfb9e..ed42fbccc 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -178,7 +178,7 @@ #endif // Whether to build functions that print debugging info: -// mp_token_show +// mp_lexer_show_token // mp_bytecode_print // mp_parse_node_print #ifndef MICROPY_DEBUG_PRINTERS -- cgit v1.2.3