diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-10-03 19:52:22 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-10-03 19:52:22 +0100 |
| commit | 39dc1454788d1c6fb06c79871c7cd6e12aeb50a0 (patch) | |
| tree | 12cb09a1c24b932ca7bbf715a662e78c838e1bf9 /py/bc.h | |
| parent | 3eaa0c383317f05b678422f88546ecf21ea4f9bb (diff) | |
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
This should pretty much resolve issue #50.
Diffstat (limited to 'py/bc.h')
| -rw-r--r-- | py/bc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ typedef struct _mp_code_state { mp_obj_t *sp; // bit 0 is saved currently_in_except_block value mp_exc_stack_t *exc_sp; - uint n_state; + mp_uint_t n_state; // Variable-length mp_obj_t state[0]; // Variable-length, never accessed by name, only as (void*)(state + n_state) |
