mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 23:44:58 -07:00
Improve #optional_ok logic for procedures; Add #optional_second for package runtime usage
This commit is contained in:
@@ -203,6 +203,7 @@ enum ProcTag {
|
||||
|
||||
ProcTag_require_results = 1<<4,
|
||||
ProcTag_optional_ok = 1<<5,
|
||||
ProcTag_optional_second = 1<<6,
|
||||
};
|
||||
|
||||
enum ProcCallingConvention {
|
||||
|
||||
Reference in New Issue
Block a user