From 864310e3da059371ac7345ee3bf900a6055f26b4 Mon Sep 17 00:00:00 2001 From: zhiayang Date: Thu, 2 Feb 2017 04:20:33 +0800 Subject: oh boy, basic osx/unix support --- src/parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.c') diff --git a/src/parser.c b/src/parser.c index 733ba0d8d..8f95656c4 100644 --- a/src/parser.c +++ b/src/parser.c @@ -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) { -- cgit v1.2.3