summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index 0aacaff..4ced599 100644
--- a/parse.c
+++ b/parse.c
@@ -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;