From 308a2addf655fe45f2098f8542f0ff1290612cd9 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 14 Jul 2026 19:42:32 +0200 Subject: Replace procedure end with return --- include/elna/boot/ast.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/elna/boot/ast.h b/include/elna/boot/ast.h index 04ffc22..6a5f32d 100644 --- a/include/elna/boot/ast.h +++ b/include/elna/boot/ast.h @@ -766,8 +766,7 @@ namespace elna::boot std::vector&& types, std::vector&& variables, std::vector&& procedures, - std::vector&& entry_point, - expression *const return_expression = nullptr); + std::vector&& entry_point); bool has_body() const; virtual void accept(parser_visitor *visitor) override; -- cgit v1.2.3