From bd262d591f56a4c14be58c14c54aa929d0d3bf64 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 10 Jun 2010 18:30:26 -0300 Subject: 'coroutine' library separated from 'baselib' --- ltests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 4b60bd2a..2b38b5e0 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.107 2010/05/14 13:15:54 roberto Exp roberto $ +** $Id: ltests.c,v 2.108 2010/05/17 20:10:17 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -842,6 +842,7 @@ static lua_State *getstate (lua_State *L) { static int loadlib (lua_State *L) { static const luaL_Reg libs[] = { {"baselibopen", luaopen_base}, + {"corolibopen", luaopen_coroutine}, {"dblibopen", luaopen_debug}, {"iolibopen", luaopen_io}, {"mathlibopen", luaopen_math}, -- cgit v1.2.3-55-g6feb