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:
Damien George
2014-09-08 23:05:16 +01:00
parent 377b80b624
commit 7ff996c237
10 changed files with 440 additions and 451 deletions

View File

@@ -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