aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-02-22 18:53:02 +0000
committergingerBill <bill@gingerbill.org>2024-02-22 18:53:02 +0000
commit8060e3170ebb973167e6beaf3dd1f5e31226f3b1 (patch)
tree8e10025fc11fe1eceb8e027dfcb1e126cc60a0fe /src/parser.cpp
parent980947b3556ac4583599ff1864824bcac39c0aa5 (diff)
Remove debug message
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp2
1 files changed, 1 insertions, 1 deletions
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<Ast *> convert_to_ident_list(AstFile *f, Array<AstAndFlags> li
default:
- syntax_error(ident, "Expected an identifier, %d", ident->kind);
+ syntax_error(ident, "Expected an identifier");
ident = ast_ident(f, blank_token);
break;
}