From 46a2aa2ffc71820767f0cdaead84c26dc240c893 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 Sep 2024 14:27:13 -0400 Subject: Fix up comprehensions so set comprehensions work and everything is a bit more clean --- ast.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 9da7ebe9..868b8231 100644 --- a/ast.h +++ b/ast.h @@ -303,7 +303,8 @@ struct ast_s { } LinkerDirective; struct { CORD code; - type_ast_t *type; + struct type_s *type; + type_ast_t *type_ast; } InlineCCode; } __data; }; -- cgit v1.2.3