summaryrefslogtreecommitdiff
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 8611aaa..af35d45 100644
--- a/ast.h
+++ b/ast.h
@@ -129,7 +129,7 @@ struct fn_decl_node {
struct type return_type;
const char* name;
struct arg_decl_node* args;
- struct group_node body;
+ struct group_node* body;
struct scope* scope;
};