diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |
