diff options
-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.31 2005/09/14 17:48:57 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.32 2005/09/20 17:55:10 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 | */ |
@@ -725,6 +725,7 @@ static int loadlib (lua_State *L) { | |||
725 | {"mathlibopen", luaopen_math}, | 725 | {"mathlibopen", luaopen_math}, |
726 | {"strlibopen", luaopen_string}, | 726 | {"strlibopen", luaopen_string}, |
727 | {"tablibopen", luaopen_table}, | 727 | {"tablibopen", luaopen_table}, |
728 | {"packageopen", luaopen_package}, | ||
728 | {NULL, NULL} | 729 | {NULL, NULL} |
729 | }; | 730 | }; |
730 | lua_State *L1 = cast(lua_State *, | 731 | lua_State *L1 = cast(lua_State *, |