diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 1.7 1997/11/19 17:35:47 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.8 1997/11/21 19:00:46 roberto Exp roberto $ |
3 | ** Lexical Analizer | 3 | ** Lexical Analizer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -60,7 +60,6 @@ void luaX_setinput (ZIO *z) | |||
60 | LexState *LS = L->lexstate; | 60 | LexState *LS = L->lexstate; |
61 | LS->current = '\n'; | 61 | LS->current = '\n'; |
62 | LS->linelasttoken = 0; | 62 | LS->linelasttoken = 0; |
63 | LS->lastline = 0; | ||
64 | LS->linenumber = 0; | 63 | LS->linenumber = 0; |
65 | LS->iflevel = 0; | 64 | LS->iflevel = 0; |
66 | LS->ifstate[0].skip = 0; | 65 | LS->ifstate[0].skip = 0; |