From b08a0d3e2bf45bae11c982dd24d0292d6436b993 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 4 Feb 2024 18:04:41 -0500 Subject: Updates and functionality --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 0d90d4b5..e9c35986 100644 --- a/ast.h +++ b/ast.h @@ -30,7 +30,7 @@ typedef struct ast_list_s { } ast_list_t; typedef struct arg_list_s { - var_t *var; + var_t var; type_ast_t *type; ast_t *default_val; struct arg_list_s *next; -- cgit v1.2.3