summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 918ae68..6ff95df 100644
--- a/ast.h
+++ b/ast.h
@@ -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 {