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.51 2009/06/18 16:35:05 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.52 2009/09/23 20:33:05 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 | */ |
| @@ -57,6 +57,7 @@ LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); | |||
| 57 | LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r); | 57 | LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r); |
| 58 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); | 58 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); |
| 59 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 59 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); |
| 60 | LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); | ||
| 60 | LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e); | 61 | LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e); |
| 61 | LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); | 62 | LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); |
| 62 | LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); | 63 | LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); |
