summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 9806624206..2cd0ef15f2 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -1,6 +1,6 @@
// TODO convert all these to objects using MP_DECLARE and MP_DEFINE
-mp_obj_t mp_builtin___build_class__(mp_obj_t o_class_fun, mp_obj_t o_class_name);
+MP_DECLARE_CONST_FUN_OBJ(mp_builtin___build_class___obj);
mp_obj_t mp_builtin___import__(int n, mp_obj_t *args);
mp_obj_t mp_builtin___repl_print__(mp_obj_t o);
mp_obj_t mp_builtin_abs(mp_obj_t o_in);