aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-11-01 19:26:22 +0000
committergingerBill <bill@gingerbill.org>2019-11-01 19:26:22 +0000
commit3b898e5224872a507bd4a8e8be75c80643943d2a (patch)
treecb07b7ad1945061de9e900d9957b0aec7147a6cb /src/parser.hpp
parent44a303e5778fb8564964d53523634f34f8589489 (diff)
Add `@force` to `foreign import`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index f07f3ce0d..b9e53dbe8 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -426,6 +426,7 @@ AST_KIND(_DeclBegin, "", bool) \
Token library_name; \
String collection_name; \
Array<String> fullpaths; \
+ Array<Ast *> attributes; \
CommentGroup *docs; \
CommentGroup *comment; \
}) \