fix clang build

This commit is contained in:
Ryan Fleury
2025-03-25 16:54:12 -07:00
parent 213091cf75
commit ab9885bc7d
10 changed files with 549 additions and 267 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ struct E_TypeState
////////////////////////////////
//~ rjf: Globals
global read_only E_Member e_member_nil = {E_MemberKind_Null, zero_struct, {0}, {0}, 0, {0}};
global read_only E_Member e_member_nil = {E_MemberKind_Null};
global read_only E_Type e_type_nil = {E_TypeKind_Null};
thread_static E_TypeState *e_type_state = 0;