micropython/windows/qstrdefsport.h
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

10 lines
91 B
C

// qstrs specific to this port
Q(argv)
Q(open)
Q(stdin)
Q(stdout)
Q(stderr)
Q(io.FileIO)