diff options
Diffstat (limited to 'lcode.h')
-rw-r--r-- | lcode.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.h,v 1.24 2001/07/24 17:19:07 roberto Exp $ | 2 | ** $Id: lcode.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ |
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 | */ |
@@ -43,7 +43,8 @@ int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc); | |||
43 | int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); | 43 | 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 | int luaK_numberK (FuncState *fs, lua_Number r); | ||
47 | void luaK_dischargevars (FuncState *fs, expdesc *e); | 48 | void luaK_dischargevars (FuncState *fs, expdesc *e); |
48 | int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 49 | int luaK_exp2anyreg (FuncState *fs, expdesc *e); |
49 | void luaK_exp2nextreg (FuncState *fs, expdesc *e); | 50 | void luaK_exp2nextreg (FuncState *fs, expdesc *e); |