mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
(Crude) Cyclic Type Checking
This commit is contained in:
+1
-1
@@ -1102,7 +1102,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) {
|
||||
d->proc_decl = node;
|
||||
|
||||
add_entity_and_decl_info(c, pd->name, e, d);
|
||||
check_entity_decl(c, e, d, NULL, NULL);
|
||||
check_entity_decl(c, e, d, NULL);
|
||||
#endif
|
||||
case_end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user