mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Remove bit_field keyword and parsing logic
This commit is contained in:
@@ -333,7 +333,6 @@ void check_open_scope(CheckerContext *c, Ast *node) {
|
||||
case Ast_StructType:
|
||||
case Ast_EnumType:
|
||||
case Ast_UnionType:
|
||||
case Ast_BitFieldType:
|
||||
case Ast_BitSetType:
|
||||
scope->flags |= ScopeFlag_Type;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user