diff options
author | Damien <damien.p.george@gmail.com> | 2013-10-05 13:44:41 +0100 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-10-05 13:44:41 +0100 |
commit | 054848a1b8aa7e52f3c70e86cc4dc56b565ea830 (patch) | |
tree | 254e394f59d095f9ee5384d0ffe9b36fabc8ecaa /py/emit.h | |
parent | b05d707b2329a9534121e09e26eb9f8fef1917d3 (diff) |
Compiler computes labels and max_num_labels.
Diffstat (limited to 'py/emit.h')
-rw-r--r-- | py/emit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |