Add "pure" procedure types

This commit is contained in:
gingerBill
2020-05-23 13:38:06 +01:00
parent ef539696b9
commit aa029fe8d9
9 changed files with 72 additions and 17 deletions
+1
View File
@@ -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;