diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.107 2010/05/14 13:15:54 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.108 2010/05/17 20:10:17 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -842,6 +842,7 @@ static lua_State *getstate (lua_State *L) { | |||
842 | static int loadlib (lua_State *L) { | 842 | static int loadlib (lua_State *L) { |
843 | static const luaL_Reg libs[] = { | 843 | static const luaL_Reg libs[] = { |
844 | {"baselibopen", luaopen_base}, | 844 | {"baselibopen", luaopen_base}, |
845 | {"corolibopen", luaopen_coroutine}, | ||
845 | {"dblibopen", luaopen_debug}, | 846 | {"dblibopen", luaopen_debug}, |
846 | {"iolibopen", luaopen_io}, | 847 | {"iolibopen", luaopen_io}, |
847 | {"mathlibopen", luaopen_math}, | 848 | {"mathlibopen", luaopen_math}, |