Skip to content

Commit 2dda80c

Browse files
use the builtin checker
1 parent 7e04780 commit 2dda80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic/unified_expression.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static up_value up_factor(struct basic_ctx *ctx) {
176176
return v;
177177
}
178178
default:
179-
dprintf(ctx, "Expected expression, current token: %d", tok);
179+
dprintf("Expected expression, current token: %d", tok);
180180
tokenizer_error_print(ctx, "Expected expression");
181181
/* Do not advance; return a benign zero to recover */
182182
return up_make_int(0);

0 commit comments

Comments
 (0)