commit | de690d128bbec4f53e8a7d6149738a6facae4382 | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Sun Dec 29 18:01:01 2013 +0000 |
committer | Damien <damien.p.george@gmail.com> | Sun Dec 29 18:01:01 2013 +0000 |
tree | 817a4c8ee94b7576dbfc47cd9a5de67f7c741109 | |
parent | b86e3f92932ec543788dc66948519d770d0e5bb0 [diff] [blame] |
Add unix-cpy, used to test Micro Python byte code against CPython.
diff --git a/py/emitcpy.c b/py/emitcpy.c index 52f8049..b107c0b 100644 --- a/py/emitcpy.c +++ b/py/emitcpy.c
@@ -131,7 +131,7 @@ } } -static void emit_cpy_load_const_tok(emit_t *emit, py_token_kind_t tok) { +static void emit_cpy_load_const_tok(emit_t *emit, mp_token_kind_t tok) { emit_pre(emit, 1, 3); if (emit->pass == PASS_3) { printf("LOAD_CONST ");