diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 18:04:41 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 18:04:41 -0500 |
| commit | b08a0d3e2bf45bae11c982dd24d0292d6436b993 (patch) | |
| tree | 05c6a455f1cf159109fdd17520f9d772a0bbfe7a /ast.h | |
| parent | 98f0c51119f9d42d733f44cb516b1c2bcd9061af (diff) | |
Updates and functionality
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
