aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/lex.h')
-rw-r--r--c/lex.h2
1 files changed, 1 insertions, 1 deletions
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;