mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Fix defer ir bug
This commit is contained in:
+1
-1
@@ -483,7 +483,7 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
}) \
|
||||
AST_KIND(BitSetType, "bit set type", struct { \
|
||||
Token token; \
|
||||
Ast * base_type; \
|
||||
Ast * base; \
|
||||
}) \
|
||||
AST_KIND(MapType, "map type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user