mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
oh boy, basic osx/unix support
This commit is contained in:
@@ -3785,6 +3785,7 @@ ParseFileError parse_files(Parser *p, char *init_filename) {
|
||||
String import_rel_path = imported_file.rel_path;
|
||||
TokenPos pos = imported_file.pos;
|
||||
AstFile file = {0};
|
||||
|
||||
ParseFileError err = init_ast_file(&file, import_path);
|
||||
|
||||
if (err != ParseFile_None) {
|
||||
|
||||
Reference in New Issue
Block a user