Don't load the io and os libs, we cant compile them right now.
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>
Thu, 17 Jul 2008 23:18:56 +0000 (03:18 +0400)
committerAlexey Zaytsev <zaytsev.a@protei.ru>
Thu, 17 Jul 2008 23:18:56 +0000 (03:18 +0400)
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
com32/lua/src/linit.c

index a97de37..f35f8c3 100644 (file)
@@ -18,8 +18,8 @@ static const luaL_Reg lualibs[] = {
   {"", luaopen_base},
   {LUA_LOADLIBNAME, luaopen_package},
   {LUA_TABLIBNAME, luaopen_table},
-  {LUA_IOLIBNAME, luaopen_io},
-  {LUA_OSLIBNAME, luaopen_os},
+//  {LUA_IOLIBNAME, luaopen_io},
+//  {LUA_OSLIBNAME, luaopen_os},
   {LUA_STRLIBNAME, luaopen_string},
 #if !defined LUA_NUMBER_INTEGRAL
   {LUA_MATHLIBNAME, luaopen_math},