diff options
Diffstat (limited to 'lcode.h')
-rw-r--r-- | lcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -62,7 +62,6 @@ LUAI_FUNC void luaK_fixline (FuncState *fs, int line); | |||
62 | LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); | 62 | LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); |
63 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); | 63 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); |
64 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); | 64 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); |
65 | LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); | ||
66 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); | 65 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); |
67 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); | 66 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); |
68 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 67 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); |