diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -164,6 +164,8 @@ typedef struct FuncState { | |||
164 | 164 | ||
165 | 165 | ||
166 | LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); | 166 | LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); |
167 | LUAI_FUNC void luaY_checklimit (FuncState *fs, int v, int l, | ||
168 | const char *what); | ||
167 | LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, | 169 | LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, |
168 | Dyndata *dyd, const char *name, int firstchar); | 170 | Dyndata *dyd, const char *name, int firstchar); |
169 | 171 | ||