diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.51 2004/12/02 12:59:10 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.52 2004/12/03 20:54:12 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -63,7 +63,6 @@ typedef struct LexState { | |||
63 | ZIO *z; /* input stream */ | 63 | ZIO *z; /* input stream */ |
64 | Mbuffer *buff; /* buffer for tokens */ | 64 | Mbuffer *buff; /* buffer for tokens */ |
65 | TString *source; /* current source name */ | 65 | TString *source; /* current source name */ |
66 | int nestlevel; /* level of nested non-terminals */ | ||
67 | } LexState; | 66 | } LexState; |
68 | 67 | ||
69 | 68 | ||