This commit is contained in:
Krzosa Karol
2022-09-29 17:10:56 +02:00
parent 66b2be3550
commit 9ee22abbd2
2 changed files with 3 additions and 3 deletions

View File

@@ -883,9 +883,6 @@ parse_decl(B32 is_global){
return result;
}
function void insert_into_scope(Ast_Scope *scope, Ast_Decl *decl);
function Ast_Type *type_incomplete(Ast *ast);
function void
parse_file(Ast_File *file){
assert(file);