Improve missing handled results for built in procedures

This commit is contained in:
gingerBill
2022-05-30 15:57:26 +01:00
parent 5b42dd7707
commit f3868ac932
4 changed files with 61 additions and 35 deletions
-1
View File
@@ -411,7 +411,6 @@ AST_KIND(_ExprBegin, "", bool) \
Token ellipsis; \
ProcInlining inlining; \
bool optional_ok_one; \
i32 builtin_id; \
void *sce_temp_data; \
}) \
AST_KIND(FieldValue, "field value", struct { Token eq; Ast *field, *value; }) \