diff options
| author | 2025-10-27 16:47:44 +0100 | |
|---|---|---|
| committer | 2025-10-27 16:47:44 +0100 | |
| commit | 317a26280e1582c426a13aecb77356f48c001a02 (patch) | |
| tree | 707d2d0c3211fdd2cfcd14df2b89de74bcddc719 /c/lex.h | |
| parent | ba5446b5cb8330f8e318b8efccebeed7bd23e0f4 (diff) | |
lex: fix bugs filling char buffer
Diffstat (limited to 'c/lex.h')
| -rw-r--r-- | c/lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |