From 317a26280e1582c426a13aecb77356f48c001a02 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 27 Oct 2025 16:47:44 +0100 Subject: lex: fix bugs filling char buffer --- c/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/lex.h') diff --git a/c/lex.h b/c/lex.h index 60a28bf..daed23c 100644 --- a/c/lex.h +++ b/c/lex.h @@ -91,7 +91,7 @@ struct lexer { uint idx, chridx; short chrbuf[1<<10]; uint chridxbuf[1<<10]; - ushort nchrbuf, chrbuf0; + ushort chrbuf0; struct macrostack *macstk; struct token peektok; bool eof, err; -- cgit v1.2.3