diff options
Diffstat (limited to 'linit.c')
-rw-r--r-- | linit.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: linit.c,v 1.24 2010/03/26 20:58:11 roberto Exp roberto $ | 2 | ** $Id: linit.c,v 1.25 2010/05/20 12:57:59 roberto Exp roberto $ |
3 | ** Initialization of libraries for lua.c and other clients | 3 | ** Initialization of libraries for lua.c and other clients |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -29,6 +29,7 @@ | |||
29 | static const luaL_Reg loadedlibs[] = { | 29 | static const luaL_Reg loadedlibs[] = { |
30 | {"_G", luaopen_base}, | 30 | {"_G", luaopen_base}, |
31 | {LUA_LOADLIBNAME, luaopen_package}, | 31 | {LUA_LOADLIBNAME, luaopen_package}, |
32 | {LUA_COLIBNAME, luaopen_coroutine}, | ||
32 | {LUA_TABLIBNAME, luaopen_table}, | 33 | {LUA_TABLIBNAME, luaopen_table}, |
33 | {LUA_IOLIBNAME, luaopen_io}, | 34 | {LUA_IOLIBNAME, luaopen_io}, |
34 | {LUA_OSLIBNAME, luaopen_os}, | 35 | {LUA_OSLIBNAME, luaopen_os}, |