mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Add "pure" procedure types
This commit is contained in:
@@ -297,6 +297,7 @@ struct CheckerContext {
|
||||
String proc_name;
|
||||
DeclInfo * curr_proc_decl;
|
||||
Type * curr_proc_sig;
|
||||
ProcCallingConvention curr_proc_calling_convention;
|
||||
bool in_proc_sig;
|
||||
ForeignContext foreign_context;
|
||||
gbAllocator allocator;
|
||||
|
||||
Reference in New Issue
Block a user