circuitpython/windows
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr.
Ultimately all static strings should be qstr.  This entry in the type
structure is only used for printing error messages (to tell the type of
the bad argument), and printing objects that don't supply a .print method.
2014-02-15 11:34:50 +00:00
..
Makefile Added Windows port (see #233) 2014-01-28 18:21:05 +01:00
file.c Added Windows port (see #233) 2014-01-28 18:21:05 +01:00
main.c windows: Make windows/main.c independent from unix/main.c 2014-01-30 17:13:16 +01:00
mpconfigport.h Added Windows port (see #233) 2014-01-28 18:21:05 +01:00
qstrdefsport.h Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00