mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Replace #optional_second with #optional_allocator_error
This commit is contained in:
@@ -681,6 +681,7 @@ gb_global Type *t_allocator = nullptr;
|
||||
gb_global Type *t_allocator_ptr = nullptr;
|
||||
gb_global Type *t_context = nullptr;
|
||||
gb_global Type *t_context_ptr = nullptr;
|
||||
gb_global Type *t_allocator_error = nullptr;
|
||||
|
||||
gb_global Type *t_source_code_location = nullptr;
|
||||
gb_global Type *t_source_code_location_ptr = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user