diff options
Diffstat (limited to 'lcode.h')
-rw-r--r-- | lcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
98 | LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore); | 98 | LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore); |
99 | LUAI_FUNC void luaK_finish (FuncState *fs); | 99 | LUAI_FUNC void luaK_finish (FuncState *fs); |
100 | LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg); | 100 | LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *fmt, ...); |
101 | 101 | ||
102 | 102 | ||
103 | #endif | 103 | #endif |