#foreign_library; vector fields (x, y, z, w) for count <= 4

This commit is contained in:
Ginger Bill
2016-11-15 12:06:58 +00:00
parent 3ce044f84f
commit 0cab083b8f
12 changed files with 296 additions and 198 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@ void check_parsed_files(Checker *c) {
case_ast_node(id, ImportDecl, decl);
// NOTE(bill): Handle later
case_end;
case_ast_node(fsl, ForeignSystemLibrary, decl);
case_ast_node(fsl, ForeignLibrary, decl);
// NOTE(bill): ignore
case_end;