mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Delay checking foreign import paths until after global scope is checked
This commit is contained in:
@@ -632,6 +632,7 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \
|
||||
Token token; \
|
||||
Slice<Ast *> filepaths; \
|
||||
bool multiple_filepaths; \
|
||||
Token library_name; \
|
||||
String collection_name; \
|
||||
Slice<String> fullpaths; \
|
||||
|
||||
Reference in New Issue
Block a user