mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Merge raw_union into struct as a memory layout tag #raw_union
This commit is contained in:
@@ -472,7 +472,6 @@ void check_open_scope(Checker *c, AstNode *node) {
|
||||
case AstNode_StructType:
|
||||
case AstNode_EnumType:
|
||||
case AstNode_UnionType:
|
||||
case AstNode_RawUnionType:
|
||||
scope->is_record = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user