summaryrefslogtreecommitdiff
path: root/com32/lua
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-07-18 03:18:56 +0400
committerAlexey Zaytsev <zaytsev.a@protei.ru>2008-07-18 03:18:56 +0400
commitae308b58affd717b049ae84426602366f63ce6af (patch)
tree82b32d7ff5c4e4ead5e89da979eb95d6d964f9bd /com32/lua
parentf7db593edb4c08d2aa551542ee1a8e78dcf57f80 (diff)
downloadsyslinux-ae308b58affd717b049ae84426602366f63ce6af.tar.gz
Don't load the io and os libs, we cant compile them right now.
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
Diffstat (limited to 'com32/lua')
-rw-r--r--com32/lua/src/linit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/lua/src/linit.c b/com32/lua/src/linit.c
index a97de379..f35f8c3d 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},