More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -101,7 +101,7 @@ eng::string World::paired_tables_debug_string(lua_State *master) const {
|
||||
LuaVar mntmap, sntmap, mtab, stab, mtid, stid;
|
||||
LuaStack MLS(master, mntmap, mtab, mtid);
|
||||
LuaStack SLS(synch, sntmap, stab, stid);
|
||||
eng::vector<eng::pair<eng::string, eng::string>> result;
|
||||
eng::vector<std::pair<eng::string, eng::string>> result;
|
||||
eng::ostringstream oss;
|
||||
|
||||
// Fetch the numbered tables map.
|
||||
|
||||
Reference in New Issue
Block a user