mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Support non-constant global slices
This commit is contained in:
@@ -257,6 +257,9 @@ gb_global GlobalTypeInfoData cg_global_type_info_member_usings = {};
|
||||
gb_global GlobalTypeInfoData cg_global_type_info_member_tags = {};
|
||||
gb_global GlobalTypeInfoData cg_global_type_info_member_enum_values = {};
|
||||
|
||||
gb_global cgProcedure *cg_startup_runtime_proc = nullptr;
|
||||
gb_global cgProcedure *cg_cleanup_runtime_proc = nullptr;
|
||||
|
||||
|
||||
|
||||
gb_internal TB_Arena *cg_arena(void);
|
||||
|
||||
Reference in New Issue
Block a user