8000 py/bc.h: Rename _mp_code_state to _mp_code_state_t. · danni/micropython@f4ee9f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4ee9f8

Browse files
committed
py/bc.h: Rename _mp_code_state to _mp_code_state_t.
This rename was missed in the previous patch.
1 parent 581a59a commit f4ee9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/bc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedef struct _mp_code_state_t {
7878
mp_exc_stack_t *exc_sp;
7979
mp_obj_dict_t *old_globals;
8080
#if MICROPY_STACKLESS
81-
struct _mp_code_state *prev;
81+
struct _mp_code_state_t *prev;
8282
#endif
8383
size_t n_state;
8484
// Variable-length

0 commit comments

Comments
 (0)
0