aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcode.h b/lcode.h
index 49c913ab..32658244 100644
--- a/lcode.h
+++ b/lcode.h
@@ -95,7 +95,7 @@ LUAI_FUNC void luaK_infix (FuncState *fs, BinOpr op, expdesc *v);
95LUAI_FUNC void luaK_posfix (FuncState *fs, BinOpr op, expdesc *v1, 95LUAI_FUNC void luaK_posfix (FuncState *fs, BinOpr op, expdesc *v1,
96 expdesc *v2, int line); 96 expdesc *v2, int line);
97LUAI_FUNC void luaK_settablesize (FuncState *fs, int pc, 97LUAI_FUNC void luaK_settablesize (FuncState *fs, int pc,
98 int ra, int rb, int rc); 98 int ra, int asize, int hsize);
99LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore); 99LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore);
100LUAI_FUNC void luaK_finish (FuncState *fs); 100LUAI_FUNC void luaK_finish (FuncState *fs);
101LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg); 101LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);