Skip to content

Commit

Permalink
Update src/print.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 26, 2023
1 parent 83f90ad commit 66c2900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66c2900

Please sign in to comment.