aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-30 15:57:26 +0100
committergingerBill <bill@gingerbill.org>2022-05-30 15:57:26 +0100
commitf3868ac932fcdae54e1009a6b39da37044add07c (patch)
treef6bb7a176f76d99323d1fff6687b2ef588f55823 /src/parser.hpp
parent5b42dd7707a8921321958934cf5d75ada1d8a006 (diff)
Improve missing handled results for built in procedures
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index dc294b6ce..a648828fb 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -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; }) \