diff options
Diffstat (limited to 'lcode.h')
-rw-r--r-- | lcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.h,v 1.16 2000/08/09 14:49:13 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.17 2000/11/30 18:50:47 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 | */ |
@@ -58,7 +58,7 @@ void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue); | |||
58 | int luaK_getlabel (FuncState *fs); | 58 | int luaK_getlabel (FuncState *fs); |
59 | void luaK_deltastack (FuncState *fs, int delta); | 59 | void luaK_deltastack (FuncState *fs, int delta); |
60 | void luaK_kstr (LexState *ls, int c); | 60 | void luaK_kstr (LexState *ls, int c); |
61 | void luaK_number (FuncState *fs, Number f); | 61 | void luaK_number (FuncState *fs, lua_Number f); |
62 | void luaK_adjuststack (FuncState *fs, int n); | 62 | void luaK_adjuststack (FuncState *fs, int n); |
63 | int luaK_lastisopen (FuncState *fs); | 63 | int luaK_lastisopen (FuncState *fs); |
64 | void luaK_setcallreturns (FuncState *fs, int nresults); | 64 | void luaK_setcallreturns (FuncState *fs, int nresults); |