diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-12 16:16:00 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-12 16:16:00 -0300 |
commit | 0052930ffe8c86f0df7ab99dd1b6668f9e10c781 (patch) | |
tree | 22bf4acef8f933af795facf188c310f5d66bd703 /lcode.h | |
parent | eeab473fc8fdce39c3a0a495a6a790d7906c7bdc (diff) | |
download | lua-0052930ffe8c86f0df7ab99dd1b6668f9e10c781.tar.gz lua-0052930ffe8c86f0df7ab99dd1b6668f9e10c781.tar.bz2 lua-0052930ffe8c86f0df7ab99dd1b6668f9e10c781.zip |
details
Diffstat (limited to 'lcode.h')
-rw-r--r-- | lcode.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.h,v 1.35 2002/05/10 19:22:11 roberto Exp $ | 2 | ** $Id: lcode.h,v 1.36 2002/05/13 13:07:48 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 | */ |
@@ -61,7 +61,6 @@ void luaK_goiffalse (FuncState *fs, expdesc *e); | |||
61 | void luaK_storevar (FuncState *fs, expdesc *var, expdesc *e); | 61 | void luaK_storevar (FuncState *fs, expdesc *var, expdesc *e); |
62 | void luaK_setcallreturns (FuncState *fs, expdesc *var, int nresults); | 62 | void luaK_setcallreturns (FuncState *fs, expdesc *var, int nresults); |
63 | int luaK_jump (FuncState *fs); | 63 | int luaK_jump (FuncState *fs); |
64 | void luaK_dischargejpc (FuncState *fs); | ||
65 | void luaK_patchlist (FuncState *fs, int list, int target); | 64 | void luaK_patchlist (FuncState *fs, int list, int target); |
66 | void luaK_patchtohere (FuncState *fs, int list); | 65 | void luaK_patchtohere (FuncState *fs, int list); |
67 | void luaK_concat (FuncState *fs, int *l1, int l2); | 66 | void luaK_concat (FuncState *fs, int *l1, int l2); |