mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-25 21:28:13 +00:00
Merge pull request #6629 from odin-lang/bill/va_arg
`intrinsics.c_va_*`
This commit is contained in:
@@ -776,6 +776,11 @@ gb_global Type *t_objc_Class = nullptr;
|
||||
gb_global Type *t_objc_Ivar = nullptr;
|
||||
gb_global Type *t_objc_instancetype = nullptr; // Special distinct variant of t_objc_id used mimic auto-typing of instancetype* in Objective-C
|
||||
|
||||
|
||||
gb_global Type *t_c_va_list = nullptr;
|
||||
gb_global Type *t_c_va_list_ptr = nullptr;
|
||||
|
||||
|
||||
enum OdinAtomicMemoryOrder : i32 {
|
||||
OdinAtomicMemoryOrder_relaxed = 0, // unordered
|
||||
OdinAtomicMemoryOrder_consume = 1, // monotonic
|
||||
|
||||
Reference in New Issue
Block a user