aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lparser.h b/lparser.h
index 535dc9da..8a87776d 100644
--- a/lparser.h
+++ b/lparser.h
@@ -164,6 +164,8 @@ typedef struct FuncState {
164 164
165 165
166LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); 166LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs);
167LUAI_FUNC void luaY_checklimit (FuncState *fs, int v, int l,
168 const char *what);
167LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, 169LUAI_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