diff options
| -rw-r--r-- | sys/src/games/mix/mix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/games/mix/mix.c b/sys/src/games/mix/mix.c index dc9809465..1672afaaf 100644 --- a/sys/src/games/mix/mix.c +++ b/sys/src/games/mix/mix.c @@ -324,7 +324,6 @@ long yylex(void) { static Rune buf[11]; - static int bol; Rune r, *bp, *ep; static char cbuf[100]; int isnum; @@ -349,12 +348,10 @@ Loop: case '(': case ')': case '=': - bol = 0; return r; case '/': r = getr(); if(r == '/') { - bol = 0; return LSS; } else Bungetrune(&bin); |
