diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ struct if_node { struct expr_node* cond; struct stmt_node* true_branch; struct stmt_node* false_branch; + struct scope* scope; }; struct stmt_node { |
