From 8e1e61860643baeb443efcdbf51bc25b0c006a88 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Apr 2002 17:19:06 -0300 Subject: `baselib' splited in `baselib' and `tablib' --- lua.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index d9d8a4f0..03cfbb9d 100644 --- a/lua.c +++ b/lua.c @@ -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); -- cgit v1.2.3-55-g6feb