diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-08-27 14:42:19 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-08-27 14:42:19 +0100 |
| commit | 6707c8750e951ed6533ab3d4240314cf0bba7147 (patch) | |
| tree | 81c3da56ac6f26fd5e51beb8e0433a5c0fbf563f /src/check_stmt.cpp | |
| parent | e5502c13eef07b3cef9947c47b133555e33b8d85 (diff) | |
Import cycle checking
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index f02620499..d6c8f654d 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -1757,7 +1757,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) { } } - check_arity_match(c, vd, false); + check_arity_match(c, vd); check_init_variables(c, entities, entity_count, vd->values, str_lit("variable declaration")); for (isize i = 0; i < entity_count; i++) { |