mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 05:05:00 -07:00
Replace #optional_second with #optional_allocator_error
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ enum ProcTag {
|
||||
|
||||
ProcTag_require_results = 1<<4,
|
||||
ProcTag_optional_ok = 1<<5,
|
||||
ProcTag_optional_second = 1<<6,
|
||||
ProcTag_optional_allocator_error = 1<<6,
|
||||
};
|
||||
|
||||
enum ProcCallingConvention : i32 {
|
||||
|
||||
Reference in New Issue
Block a user