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 aeb8c69..f178e41 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -296,6 +296,7 @@ void ast_dump(int depth, struct ast *n)
DUMP(AST_CONST_CHAR);
DUMP(AST_CONST_BOOL);
DUMP(AST_CONST_STR);
+ DUMP(AST_UNPACK);
}
#undef DUMP