diff options
Diffstat (limited to 'py/parse.c')
-rw-r--r-- | py/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/parse.c b/py/parse.c index 6223968f5d..3f704317e2 100644 --- a/py/parse.c +++ b/py/parse.c @@ -782,7 +782,7 @@ syntax_error: // debugging: print the rule name that failed and the token printf("rule: %s\n", rule->rule_name); #if MICROPY_DEBUG_PRINTERS - mp_token_show(lex); + mp_lexer_show_token(lex); #endif #endif } |