diff options
| author | nhtshot | 2015-02-23 15:05:32 -0600 |
|---|---|---|
| committer | Damien George | 2015-02-23 21:36:05 +0000 |
| commit | 5d323defe4dab940494002e80c69cfb36d204a49 (patch) | |
| tree | 3e0db35d59f5a6c0d24276ae491563a809592b7a /py/mpconfig.h | |
| parent | 71ebd4b7f0b88fc0ceb36d8c2464a5114470f5a0 (diff) | |
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.
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
