diff options
Diffstat (limited to 'lcode.h')
| -rw-r--r-- | lcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -68,6 +68,8 @@ LUAI_FUNC int luaK_codevABCk (FuncState *fs, OpCode o, int A, int B, int C, | |||
| 68 | LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v); | 68 | LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v); |
| 69 | LUAI_FUNC void luaK_fixline (FuncState *fs, int line); | 69 | LUAI_FUNC void luaK_fixline (FuncState *fs, int line); |
| 70 | LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); | 70 | LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); |
| 71 | LUAI_FUNC void luaK_codecheckglobal (FuncState *fs, expdesc *var, int k, | ||
| 72 | int line); | ||
| 71 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); | 73 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); |
| 72 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); | 74 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); |
| 73 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); | 75 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); |
