commit | 2300537c79dd642a7187018334a1a697a415f589 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Mon Jan 13 19:39:01 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Mon Jan 13 19:39:01 2014 +0000 |
tree | 9ec46fd001e477f685a317539ce746dfc7c43c7f | |
parent | 3f5e1b3e2f96f775d292f2d1c2c8ca3ac257e369 [diff] [blame] |
Cleanup built-ins, and fix some compiler warnings/errors.
diff --git a/py/builtinimport.c b/py/builtinimport.c index 90a0fc3..33576e3 100644 --- a/py/builtinimport.c +++ b/py/builtinimport.c
@@ -18,7 +18,7 @@ #include "map.h" #include "builtin.h" -mp_obj_t mp_builtin___import__(int n, mp_obj_t *args) { +mp_obj_t mp_builtin___import__(int n_args, mp_obj_t *args) { /* printf("import:\n"); for (int i = 0; i < n; i++) {