File naming convention change

This commit is contained in:
Krzosa Karol
2022-09-30 16:20:28 +02:00
parent b1d05bc203
commit 233115cf2c
21 changed files with 28 additions and 36 deletions

View File

@@ -832,7 +832,7 @@ typedef struct String{
compiler_error(0, "Entry point is not defined! Try main or WinMain");
}
// Generate language.kl
// Generate language.core
for(S32 i = 0; i < pctx->base_language_ordered_decl_len; i++){
Ast_Decl *it = get(&pctx->ordered_decls, i);
genln("");