mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
#foreign_library; vector fields (x, y, z, w) for count <= 4
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user