mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Remove bit_field keyword and parsing logic
This commit is contained in:
@@ -594,11 +594,6 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Slice<Ast *> fields; /* FieldValue */ \
|
||||
bool is_using; \
|
||||
}) \
|
||||
AST_KIND(BitFieldType, "bit field type", struct { \
|
||||
Token token; \
|
||||
Slice<Ast *> fields; /* FieldValue with : */ \
|
||||
Ast * align; \
|
||||
}) \
|
||||
AST_KIND(BitSetType, "bit set type", struct { \
|
||||
Token token; \
|
||||
Ast * elem; \
|
||||
|
||||
Reference in New Issue
Block a user