diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:00:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:00:30 -0400 |
| commit | 1f78aa8783eba223427509834d64f8f5214f1a98 (patch) | |
| tree | eaddcb1a8c31d280b0f1c98ecda91ac4d89d632a /src/ast.h | |
| parent | 3e2c911ce260907e3f8f4a4278a7c0ec4793e78a (diff) | |
Improved formatting
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ typedef struct ast_list_s { } ast_list_t; typedef struct arg_ast_s { + file_t *file; + const char *start, *end; const char *name; type_ast_t *type; ast_t *value; |
