diff options
Diffstat (limited to 'lparser.h')
| -rw-r--r-- | lparser.h | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -189,8 +189,9 @@ typedef struct FuncState { | |||
| 189 | LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); | 189 | LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); |
| 190 | LUAI_FUNC void luaY_checklimit (FuncState *fs, int v, int l, | 190 | LUAI_FUNC void luaY_checklimit (FuncState *fs, int v, int l, |
| 191 | const char *what); | 191 | const char *what); |
| 192 | LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, | 192 | LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Table *anchor, |
| 193 | Dyndata *dyd, const char *name, int firstchar); | 193 | Mbuffer *buff, Dyndata *dyd, |
| 194 | const char *name, int firstchar); | ||
| 194 | 195 | ||
| 195 | 196 | ||
| 196 | #endif | 197 | #endif |
