From f87e953223b7d498fc5401247952c08ab1e08f93 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 19 Jul 2026 00:46:54 -0700 Subject: rename --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index bc23a1c..21a4e72 100644 --- a/ast.h +++ b/ast.h @@ -7,7 +7,7 @@ struct stmt_node; struct expr_node; struct type_ref_node { - struct type type; + struct type_ref type; }; struct int_lit_node { -- cgit v1.2.3