aboutsummaryrefslogtreecommitdiff
path: root/src/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.c')
-rw-r--r--src/ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.c b/src/ast.c
index 102dff5..4baad56 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -174,6 +174,7 @@ void ast_dump(int depth, struct ast *n)
#define DUMP(x) case x: dump(depth, #x); break;
switch (n->k) {
DUMP(AST_CLOSURE);
+ DUMP(AST_IF);
DUMP(AST_LET);
DUMP(AST_INIT);
DUMP(AST_CALL);