diff options
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||
343 | static void openstdlibs (lua_State *l) { | 343 | static 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); |