aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-08-26 22:38:13 +0100
committerGitHub <noreply@github.com>2024-08-26 22:38:13 +0100
commitade4e312fe271030a71baf1291e87728f75cc559 (patch)
treef1cc79d447110e9b491ba005c475e67ba55563f5 /src/parser.hpp
parent12bd07d2df1e823687ad967e146c22141c651f5d (diff)
parentdd86a8f01398a2da08f8eb4495049f081901332c (diff)
Merge pull request #4154 from avanspector/master
Delay lexical checking for foreign blocks that are in file scope
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 f1794f79a..d5117a31e 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -82,6 +82,7 @@ enum AstFileFlag : u32 {
enum AstDelayQueueKind {
AstDelayQueue_Import,
AstDelayQueue_Expr,
+ AstDelayQueue_ForeignBlock,
AstDelayQueue_COUNT,
};