Update ast_kinds.hpp with foreign import changes

This commit is contained in:
2024-05-30 13:27:37 -04:00
parent fba6f5ddc0
commit ea2d35c608
+2 -1
View File
@@ -457,7 +457,8 @@ struct ImportDecl {
char const* desc_ForeignImportDecl = "foreign import declaration";
struct ForeignImportDecl {
Token token;
Slice<Token> filepaths;
Slice<Ast *> filepaths;
bool multiple_filepaths;
Token library_name;
String collection_name;
Slice<String> fullpaths;