commit | 93a9b5b64d8c26ed1df739a59e6eabcfe1c64aa7 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Wed Jan 08 18:48:12 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Wed Jan 08 18:48:12 2014 +0000 |
tree | a7cc10ff0f3d5b97caae733784cf41c7ec276521 | |
parent | 6c73ca1e754aa5fb822999a0b46f01e216619ec6 [diff] [blame] |
py: Proper framework for built-in 'type'.
diff --git a/py/objfloat.c b/py/objfloat.c index d21472d..283285b 100644 --- a/py/objfloat.c +++ b/py/objfloat.c
@@ -24,6 +24,7 @@ print(env, "%.8g", o->value); } +// args are reverse in the array static mp_obj_t float_make_new(mp_obj_t type_in, int n_args, const mp_obj_t *args) { switch (n_args) { case 0: