py/bc.h: Rename _mp_code_state to _mp_code_state_t.

This rename was missed in the previous patch.
pull/2358/head
Damien George 2016-08-27 23:23:51 +10:00
rodzic 581a59a456
commit f4ee9f8853
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ typedef struct _mp_code_state_t {
mp_exc_stack_t *exc_sp;
mp_obj_dict_t *old_globals;
#if MICROPY_STACKLESS
struct _mp_code_state *prev;
struct _mp_code_state_t *prev;
#endif
size_t n_state;
// Variable-length