diff options
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -823,6 +823,7 @@ static Status parse_block(Parser *p, Block *b, U8 flags) { Block *prev_block = p->block; b->flags = 0; b->kind = BLOCK_OTHER; + b->uses = NULL; b->ret_expr = NULL; assert(p->block != b); b->parent = p->block; |