no more 'globalbag'

This commit is contained in:
Roberto Ierusalimschy
1997-11-27 13:59:25 -02:00
parent 9e029f98b9
commit ef37c87e93
5 changed files with 5 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: $
** $Id: lstate.c,v 1.1 1997/11/19 17:31:19 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
@@ -45,8 +45,6 @@ void lua_open (void)
luaS_init();
luaX_init();
luaT_init();
L->globalbag.ttype = LUA_T_ARRAY;
L->globalbag.value.a = luaH_new(0);
luaB_predefine();
}