aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-06-10 18:30:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-06-10 18:30:26 -0300
commitbd262d591f56a4c14be58c14c54aa929d0d3bf64 (patch)
tree753b3b57a04c2bdd2fcae53447e6b54bcb2ae23e /ltests.c
parent0d116c3adab7bf831ecb8adec0cedfe9a807476e (diff)
downloadlua-bd262d591f56a4c14be58c14c54aa929d0d3bf64.tar.gz
lua-bd262d591f56a4c14be58c14c54aa929d0d3bf64.tar.bz2
lua-bd262d591f56a4c14be58c14c54aa929d0d3bf64.zip
'coroutine' library separated from 'baselib'
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 4b60bd2a..2b38b5e0 100644
--- a/ltests.c
+++ b/ltests.c
@@ -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) {
842static int loadlib (lua_State *L) { 842static 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},