Completed port to eris lua 5.2

This commit is contained in:
2021-02-28 16:32:42 -05:00
parent 6f74c52d3b
commit 35260fa4eb
5 changed files with 42 additions and 84 deletions

View File

@@ -390,8 +390,8 @@ public:
void newtable(LuaSlot target) const;
lua_State *newthread(LuaSlot target) const;
void makesubtable(LuaSlot sub, LuaSlot tab, const char *name) const;
void getglobaltable(LuaSlot gltab) const;
int next(LuaSlot tab, LuaSlot key, LuaSlot value) const;