mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove "pure" and "pure_none" calling conventions
This commit is contained in:
@@ -22,9 +22,7 @@ Proc_Calling_Convention :: enum i32 {
|
||||
C_Decl,
|
||||
Std_Call,
|
||||
Fast_Call,
|
||||
Pure,
|
||||
None,
|
||||
Pure_None,
|
||||
|
||||
Foreign_Block_Default = -1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user