Commit 1d30bee7 authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents 38010d28 cb1fa0ad
...@@ -44,10 +44,8 @@ static const luaL_Reg loadedlibs[] = { ...@@ -44,10 +44,8 @@ static const luaL_Reg loadedlibs[] = {
{LUA_LOADLIBNAME, luaopen_package}, {LUA_LOADLIBNAME, luaopen_package},
{LUA_COLIBNAME, luaopen_coroutine}, {LUA_COLIBNAME, luaopen_coroutine},
{LUA_TABLIBNAME, luaopen_table}, {LUA_TABLIBNAME, luaopen_table},
#if !defined(LUA_SAFE_MODE)
{LUA_IOLIBNAME, luaopen_io}, {LUA_IOLIBNAME, luaopen_io},
{LUA_OSLIBNAME, luaopen_os}, {LUA_OSLIBNAME, luaopen_os},
#endif
{LUA_STRLIBNAME, luaopen_string}, {LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math}, {LUA_MATHLIBNAME, luaopen_math},
{LUA_UTF8LIBNAME, luaopen_utf8}, {LUA_UTF8LIBNAME, luaopen_utf8},
......
Subproject commit 83f31828b03808ba60fdd60ed83a598c4bf6509a Subproject commit 3730610e36c5957c2c36390533b602d7c91394e6
Subproject commit e69d428ff26af364effc96271b25776b5e11f476 Subproject commit 0ef04dcf58bc4af1572ea46726186b9e672873ca
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment