commit | 3417bc2f25c492f7551e35d14349d85a45122b43 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Sat May 10 10:36:38 2014 +0100 |
committer | Damien George <damien.p.george@gmail.com> | Sat May 10 10:36:38 2014 +0100 |
tree | 550e4a6b5350cedd8b89ee476f53d943712c7453 | |
parent | 6e8085b425a9d02ac3e204651e2c9d8de9a23a85 [diff] [blame] |
py: Rename byte_code to bytecode everywhere. bytecode is the more widely used. See issue #590.
diff --git a/py/mpconfig.h b/py/mpconfig.h index 119859a..f840414 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -100,7 +100,7 @@ // Whether to build functions that print debugging info: // mp_token_show -// mp_byte_code_print +// mp_bytecode_print // mp_parse_node_print #ifndef MICROPY_DEBUG_PRINTERS #define MICROPY_DEBUG_PRINTERS (0)