mirror of
https://github.com/lua/lua
synced 2024-12-24 03:16:50 +03:00
details
This commit is contained in:
parent
eeab473fc8
commit
0052930ffe
3
lcode.h
3
lcode.h
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lcode.h,v 1.35 2002/05/10 19:22:11 roberto Exp $
|
||||
** $Id: lcode.h,v 1.36 2002/05/13 13:07:48 roberto Exp roberto $
|
||||
** Code generator for Lua
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@ -61,7 +61,6 @@ void luaK_goiffalse (FuncState *fs, expdesc *e);
|
||||
void luaK_storevar (FuncState *fs, expdesc *var, expdesc *e);
|
||||
void luaK_setcallreturns (FuncState *fs, expdesc *var, int nresults);
|
||||
int luaK_jump (FuncState *fs);
|
||||
void luaK_dischargejpc (FuncState *fs);
|
||||
void luaK_patchlist (FuncState *fs, int list, int target);
|
||||
void luaK_patchtohere (FuncState *fs, int list);
|
||||
void luaK_concat (FuncState *fs, int *l1, int l2);
|
||||
|
Loading…
Reference in New Issue
Block a user