mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Co-exist with C++ (issue #85)
This commit is contained in:
@@ -43,7 +43,7 @@ const mp_obj_type_t bound_meth_type = {
|
||||
NULL, // binary_op
|
||||
NULL, // getiter
|
||||
NULL, // iternext
|
||||
.methods = {{NULL, NULL},},
|
||||
.methods = NULL,
|
||||
};
|
||||
|
||||
mp_obj_t mp_obj_new_bound_meth(mp_obj_t self, mp_obj_t meth) {
|
||||
|
||||
Reference in New Issue
Block a user