diff options
Diffstat (limited to 'lcode.h')
| -rw-r--r-- | lcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -71,6 +71,7 @@ LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); | |||
| 71 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); | 71 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); |
| 72 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); | 72 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); |
| 73 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); | 73 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); |
| 74 | LUAI_FUNC void luaK_vapar2local (FuncState *fs, expdesc *var); | ||
| 74 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); | 75 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); |
| 75 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 76 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); |
| 76 | LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); | 77 | LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); |
