diff options
| -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); |
