From ea00619c3bc1baacd249552397c445fd86dd7500 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 26 Jun 2023 15:20:40 +0100 Subject: `for &e, i in array` and `for k, &v in map` (alternative to passing the iterable by pointer) --- src/entity.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index d6f4edece..2dcb76482 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -209,6 +209,8 @@ struct Entity { ParameterValue param_value; + Type *for_loop_parent_type; + String thread_local_model; Entity * foreign_library; Ast * foreign_library_ident; -- cgit v1.2.3