From b7a7ada7aef38214c599e8691072f95b33c91913 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 11 Jun 2024 19:26:26 -0400 Subject: [PATCH] Update ast_kinds.hpp to latest changes --- codegen/ast_kinds.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/codegen/ast_kinds.hpp b/codegen/ast_kinds.hpp index 0b2b261ba..279c0c366 100644 --- a/codegen/ast_kinds.hpp +++ b/codegen/ast_kinds.hpp @@ -153,6 +153,7 @@ struct CallExpr { bool optional_ok_one; bool was_selector; AstSplitArgs *split_args; + Entity *entity_procedure_of; }; char const* desc_FieldValue = "field value";