mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
Remove bit_field keyword and parsing logic
This commit is contained in:
@@ -201,7 +201,6 @@ bool is_type_distinct(Ast *node) {
|
||||
case Ast_StructType:
|
||||
case Ast_UnionType:
|
||||
case Ast_EnumType:
|
||||
case Ast_BitFieldType:
|
||||
case Ast_ProcType:
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user