From 25238202a22997564f69e8760b3754154d3d8228 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 31 Aug 2022 18:11:56 +0200 Subject: remove nesemu1 --- src/parse.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/parse.cff b/src/parse.cff index 37ae897..d1027da 100644 --- a/src/parse.cff +++ b/src/parse.cff @@ -1900,7 +1900,7 @@ fn pexpostfix(P *Parser) Expr { if !lexmatch(P, #null, ')') { let _ = parseexpr(P); lexmatch(P, #null, ','); - warn(P, ex.loc, "variadic list `start' doesn't need an argument"); + warn(P, ex.loc, "variadic list start doesn't need an argument"); lexexpect(P, ')'); } ex = { tok.loc, ty_void, :VaStart(exprdup(P.alloc, ex)) }; -- cgit v1.2.3