diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.73 2013/04/16 18:46:28 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.74 2013/04/26 13:07:53 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 | */ |
@@ -60,6 +60,7 @@ typedef struct LexState { | |||
60 | struct lua_State *L; | 60 | struct lua_State *L; |
61 | ZIO *z; /* input stream */ | 61 | ZIO *z; /* input stream */ |
62 | Mbuffer *buff; /* buffer for tokens */ | 62 | Mbuffer *buff; /* buffer for tokens */ |
63 | Table *h; /* to avoid collection/reuse strings */ | ||
63 | struct Dyndata *dyd; /* dynamic structures used by the parser */ | 64 | struct Dyndata *dyd; /* dynamic structures used by the parser */ |
64 | TString *source; /* current source name */ | 65 | TString *source; /* current source name */ |
65 | TString *envn; /* environment variable name */ | 66 | TString *envn; /* environment variable name */ |