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/lexer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/lexer.h') diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h index 71d9640..862efe7 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -138,7 +138,9 @@ typedef struct LexerNodeArray { extern const LexerNodeArray LEXER_NODE_ARRAY_ERROR; extern bool lexerNodeArrayIsError(LexerNodeArray array); +#ifdef PRINT_COMPILE_TREE extern void lexerNodeArrayPrint(LexerNodeArray array); +#endif extern void lexerNodeArrayDestroy(LexerNodeArray array); extern LexerNodeArray lexer(char *str); -- cgit v1.2.3