From: Alexey Zaytsev Date: Thu, 17 Jul 2008 23:18:56 +0000 (+0400) Subject: Don't load the io and os libs, we cant compile them right now. X-Git-Tag: syslinux-4.01-pre2~2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae308b58affd717b049ae84426602366f63ce6af;p=profile%2Fivi%2Fsyslinux.git Don't load the io and os libs, we cant compile them right now. Signed-off-by: Alexey Zaytsev --- diff --git a/com32/lua/src/linit.c b/com32/lua/src/linit.c index a97de37..f35f8c3 100644 --- a/com32/lua/src/linit.c +++ b/com32/lua/src/linit.c @@ -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},