Update ast_kinds.hpp with foreign import changes

This commit is contained in:
ed
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"; char const* desc_ForeignImportDecl = "foreign import declaration";
struct ForeignImportDecl { struct ForeignImportDecl {
Token token; Token token;
Slice<Token> filepaths; Slice<Ast *> filepaths;
bool multiple_filepaths;
Token library_name; Token library_name;
String collection_name; String collection_name;
Slice<String> fullpaths; Slice<String> fullpaths;