mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Compiler computes labels and max_num_labels.
This commit is contained in:
@@ -24,7 +24,6 @@ typedef struct _emit_method_table_t {
|
||||
int (*get_stack_size)(emit_t *emit);
|
||||
void (*set_stack_size)(emit_t *emit, int size);
|
||||
|
||||
int (*label_new)(emit_t *emit);
|
||||
void (*label_assign)(emit_t *emit, int l);
|
||||
void (*import_name)(emit_t *emit, qstr qstr);
|
||||
void (*import_from)(emit_t *emit, qstr qstr);
|
||||
|
||||
Reference in New Issue
Block a user