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