baselib' splited in baselib' and `tablib'

This commit is contained in:
Roberto Ierusalimschy
2002-04-09 17:19:06 -03:00
parent af4721f7a3
commit 8e1e618606
3 changed files with 5 additions and 297 deletions

3
lua.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lua.c,v 1.80 2002/04/01 14:42:33 roberto Exp roberto $
** $Id: lua.c,v 1.81 2002/04/05 18:54:31 roberto Exp roberto $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
@@ -342,6 +342,7 @@ static void register_getargs (char *argv[]) {
static void openstdlibs (lua_State *l) {
lua_baselibopen(l);
lua_tablibopen(l);
lua_iolibopen(l);
lua_strlibopen(l);
lua_mathlibopen(l);