aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-04 18:04:41 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-04 18:04:41 -0500
commitb08a0d3e2bf45bae11c982dd24d0292d6436b993 (patch)
tree05c6a455f1cf159109fdd17520f9d772a0bbfe7a /ast.h
parent98f0c51119f9d42d733f44cb516b1c2bcd9061af (diff)
Updates and functionality
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
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;