From 2fe28946e426e241e87e8381d7a62e73b9278385 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 3 Jan 2023 17:59:18 -0800 Subject: fix bug --- src/include/print.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/print.h') diff --git a/src/include/print.h b/src/include/print.h index 866f63e..e272fa4 100644 --- a/src/include/print.h +++ b/src/include/print.h @@ -19,4 +19,6 @@ void print_symbol(ast_t *s); void print_pair(ast_t *p); void print(ast_t *res); + +void print_root(ast_t *root); #endif -- cgit