aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
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;