From caf6ecd9344b13c443435f94c3c5b8ccf717e853 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 24 Apr 2025 19:37:45 +0330 Subject: some clean ups --- src/compiler/ast-tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index d60088d..68b8ec6 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -259,9 +259,11 @@ typedef struct AstTreeBuiltin { AstTreeBuiltinToken token; } AstTreeBuiltin; +#ifdef PRINT_COMPILE_TREE void astTreePrint(const AstTree *tree, int indent); void astTreeVariablePrint(const AstTreeVariable *variable, int indent); void astTreeRootPrint(const AstTreeRoot *root); +#endif void astTreeDestroy(AstTree tree); void astTreeVariableDestroy(AstTreeVariable variable); -- cgit v1.2.3