mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 23:01:24 -07:00
Built-in procedure #defined
This commit is contained in:
@@ -150,6 +150,7 @@ enum ProcTag {
|
||||
ProcTag_bounds_check = 1<<0,
|
||||
ProcTag_no_bounds_check = 1<<1,
|
||||
ProcTag_require_results = 1<<4,
|
||||
ProcTag_no_context = 1<<6,
|
||||
};
|
||||
|
||||
enum ProcCallingConvention {
|
||||
|
||||
Reference in New Issue
Block a user