From: Brendan Hansen Date: Fri, 1 Apr 2022 21:44:51 +0000 (-0500) Subject: forgot to add all changes X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c1a2f7b5faeccbeb8674aa91126f3904c8f09f56;p=onyx.git forgot to add all changes --- diff --git a/src/checker.c b/src/checker.c index 23e2389f..089ee568 100644 --- a/src/checker.c +++ b/src/checker.c @@ -309,7 +309,7 @@ CheckStatus check_for(AstFor* fornode) { fornode->flags |= Ast_Flag_Has_Been_Checked; fornode_expr_checked: - b32 old_inside_for_iterator = inside_for_iterator; + old_inside_for_iterator = inside_for_iterator; inside_for_iterator = 0; iter_type = fornode->iter->type; if (type_struct_constructed_from_poly_struct(iter_type, builtin_iterator_type)) {