diff options
author | Damien George <damien.p.george@gmail.com> | 2016-08-15 10:56:55 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-08-15 10:56:55 +1000 |
commit | 41fceae559ff2272a88441dbf531232f173ccbd6 (patch) | |
tree | e06c22aa3c4b6c7fc599b2253f696e6e494d97bf /tests/basics/try_finally_loops.py | |
parent | b359cf2911781120f5c866107734269435c4e424 (diff) | |
download | micropython-41fceae559ff2272a88441dbf531232f173ccbd6.tar.gz micropython-41fceae559ff2272a88441dbf531232f173ccbd6.zip |
py/obj.h: For obj reprs A,B,C use void* explicitly for mp_obj_t typedef.
The machine_ptr_t type is long obsolete as the type of mp_obj_t is now
defined by the object representation, ie by MICROPY_OBJ_REPR. So just use
void* explicitly for the typedef of mp_obj_t.
If a port wants to use something different then they should define a new
object representation.
Diffstat (limited to 'tests/basics/try_finally_loops.py')
0 files changed, 0 insertions, 0 deletions