aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 14:00:30 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 14:00:30 -0400
commit1f78aa8783eba223427509834d64f8f5214f1a98 (patch)
treeeaddcb1a8c31d280b0f1c98ecda91ac4d89d632a /src/ast.h
parent3e2c911ce260907e3f8f4a4278a7c0ec4793e78a (diff)
Improved formatting
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 3fdff98c..43972371 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -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;