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 414ebe39..94fc2417 100644
--- a/lcode.h
+++ b/lcode.h
@@ -97,7 +97,7 @@ LUAI_FUNC void luaK_settablesize (FuncState *fs, int pc,
97 int ra, int asize, int hsize); 97 int ra, int asize, int hsize);
98LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore); 98LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore);
99LUAI_FUNC void luaK_finish (FuncState *fs); 99LUAI_FUNC void luaK_finish (FuncState *fs);
100LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg); 100LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *fmt, ...);
101 101
102 102
103#endif 103#endif