preparations for stack reallocation
This commit is contained in:
2
lvm.h
2
lvm.h
@@ -22,6 +22,6 @@ void luaV_gettable (lua_State *L, StkId t, TObject *key, StkId res);
|
||||
void luaV_settable (lua_State *L, StkId t, TObject *key, StkId val);
|
||||
StkId luaV_execute (lua_State *L);
|
||||
int luaV_lessthan (lua_State *L, const TObject *l, const TObject *r);
|
||||
void luaV_strconc (lua_State *L, int total, StkId top);
|
||||
void luaV_strconc (lua_State *L, int total, int last);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user