Add #require_results for procedures

This commit is contained in:
Ginger Bill
2017-04-16 22:30:48 +01:00
parent 5041a35b95
commit 187b186112
5 changed files with 36 additions and 9 deletions
+1
View File
@@ -135,6 +135,7 @@ typedef struct TypeRecord {
Type **abi_compat_params; \
Type **abi_compat_results; \
bool variadic; \
bool require_results; \
ProcCallingConvention calling_convention; \
}) \
TYPE_KIND(Map, struct { \