diff options
Diffstat (limited to 'lcode.h')
| -rw-r--r-- | lcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.h,v 1.21 2001/02/23 17:17:25 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.22 2001/06/05 18:17:01 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -44,6 +44,7 @@ int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); | |||
| 44 | void luaK_nil (FuncState *fs, int from, int n); | 44 | void luaK_nil (FuncState *fs, int from, int n); |
| 45 | void luaK_reserveregs (FuncState *fs, int n); | 45 | void luaK_reserveregs (FuncState *fs, int n); |
| 46 | int luaK_stringk (FuncState *fs, TString *s); | 46 | int luaK_stringk (FuncState *fs, TString *s); |
| 47 | void luaK_dischargevars (FuncState *fs, expdesc *e); | ||
| 47 | int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 48 | int luaK_exp2anyreg (FuncState *fs, expdesc *e); |
| 48 | void luaK_exp2nextreg (FuncState *fs, expdesc *e); | 49 | void luaK_exp2nextreg (FuncState *fs, expdesc *e); |
| 49 | void luaK_exp2val (FuncState *fs, expdesc *e); | 50 | void luaK_exp2val (FuncState *fs, expdesc *e); |
