From 8060e3170ebb973167e6beaf3dd1f5e31226f3b1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 22 Feb 2024 18:53:02 +0000 Subject: Remove debug message --- src/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 31d41a511..6a9481693 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -4020,7 +4020,7 @@ gb_internal Array convert_to_ident_list(AstFile *f, Array li default: - syntax_error(ident, "Expected an identifier, %d", ident->kind); + syntax_error(ident, "Expected an identifier"); ident = ast_ident(f, blank_token); break; } -- cgit v1.2.3