summaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.c b/lua.c
index d9d8a4f0..03cfbb9d 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.80 2002/04/01 14:42:33 roberto Exp roberto $ 2** $Id: lua.c,v 1.81 2002/04/05 18:54:31 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -342,6 +342,7 @@ static void register_getargs (char *argv[]) {
342 342
343static void openstdlibs (lua_State *l) { 343static void openstdlibs (lua_State *l) {
344 lua_baselibopen(l); 344 lua_baselibopen(l);
345 lua_tablibopen(l);
345 lua_iolibopen(l); 346 lua_iolibopen(l);
346 lua_strlibopen(l); 347 lua_strlibopen(l);
347 lua_mathlibopen(l); 348 lua_mathlibopen(l);