mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
Add underlying type for bit_set
This commit is contained in:
+2
-1
@@ -483,7 +483,8 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
}) \
|
||||
AST_KIND(BitSetType, "bit set type", struct { \
|
||||
Token token; \
|
||||
Ast * base; \
|
||||
Ast * elem; \
|
||||
Ast * underlying; \
|
||||
}) \
|
||||
AST_KIND(MapType, "map type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user