More work on redirect
This commit is contained in:
@@ -76,6 +76,7 @@ lua_State *LuaCoreStack::newstate (lua_Alloc allocf) {
|
||||
LS.rawset(LuaRegistry, "tangibles", LuaNewTable);
|
||||
LS.rawset(LuaRegistry, "persist", LuaNewTable);
|
||||
LS.rawset(LuaRegistry, "unpersist", LuaNewTable);
|
||||
LS.rawset(LuaRegistry, "funcnames", LuaNewTable);
|
||||
|
||||
// Tag the registry and global environment with their tabletypes.
|
||||
LS.settabletype(LuaRegistry, LUA_TT_REGISTRY);
|
||||
|
||||
Reference in New Issue
Block a user