From 66c2900e09a0986497efdef59bba1a8dcb79742f Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 26 Dec 2023 14:55:53 +0200 Subject: [PATCH] Update src/print.c --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index a5cb9c16..9d081d22 100644 --- a/src/print.c +++ b/src/print.c @@ -192,7 +192,7 @@ static void print_ast_function_signature(const AstSignature *sig) static void print_ast_call(const AstCall *call, struct TreePrinter tp, const AstExpression *self); -void print_ast_expression(const AstExpression *expr, struct TreePrinter tp) +static void print_ast_expression(const AstExpression *expr, struct TreePrinter tp) { printf("[line %d] ", expr->location.lineno); int n = 0; // number of operands