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