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.3 2000/03/03 18:53:17 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.5 2000/03/09 13:57:37 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 | */ |
@@ -30,7 +30,7 @@ void luaK_goiffalse (LexState *ls, expdesc *v, int keepvalue); | |||
30 | int luaK_getlabel (LexState *ls); | 30 | int luaK_getlabel (LexState *ls); |
31 | void luaK_deltastack (LexState *ls, int delta); | 31 | void luaK_deltastack (LexState *ls, int delta); |
32 | void luaK_kstr (LexState *ls, int c); | 32 | void luaK_kstr (LexState *ls, int c); |
33 | void luaK_number (LexState *ls, real f); | 33 | void luaK_number (LexState *ls, Number f); |
34 | void luaK_adjuststack (LexState *ls, int n); | 34 | void luaK_adjuststack (LexState *ls, int n); |
35 | int luaK_lastisopen (LexState *ls); | 35 | int luaK_lastisopen (LexState *ls); |
36 | void luaK_setcallreturns (LexState *ls, int nresults); | 36 | void luaK_setcallreturns (LexState *ls, int nresults); |