diff options
Diffstat (limited to 'include/parse.h')
-rw-r--r-- | include/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parse.h b/include/parse.h index 21584cc..b3e8eee 100644 --- a/include/parse.h +++ b/include/parse.h @@ -25,7 +25,7 @@ struct ast_block { }; struct ast_return { - struct ast_expr value; + struct ast_expr *value; }; struct ast_declaration { |