aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2017-02-01 20:31:57 +0000
committerGitHub <noreply@github.com>2017-02-01 20:31:57 +0000
commitc6133587d1bdf7ae723beb8c3a3b27b472bf2d7a (patch)
treefd080deab099e74ec5f50841c6a8b5b5b8b5c3c4 /src/parser.c
parent4e7082a68dd5261c3c36eccf92a62a0ce84995a8 (diff)
parent5516e80ab775d1100beca7847e10520eae4b151c (diff)
Merge pull request #16 from zhiayang/master
Basic, but sketchy, but somewhat usable, non-windows support
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index 4f058777e..33cfd1078 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -3731,6 +3731,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) {