diff options
Diffstat (limited to 'lex.c')
-rw-r--r-- | lex.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -256,7 +256,6 @@ static int lex_num(struct token *t) static int lex_misc(struct token *t) { int i = 0; - int j = 0; for (i = column; isalnum(buffer[i]); i++) { ; |