mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.
Towards resolving issue #50.
This commit is contained in:
@@ -44,7 +44,7 @@ typedef struct _id_info_t {
|
||||
// when it's an ID_INFO_KIND_LOCAL this is the unique number of the local
|
||||
// whet it's an ID_INFO_KIND_CELL/FREE this is the unique number of the closed over variable
|
||||
uint16_t local_num;
|
||||
qstr qstr;
|
||||
qstr qst;
|
||||
} id_info_t;
|
||||
|
||||
// scope is a "block" in Python parlance
|
||||
|
||||
Reference in New Issue
Block a user