Author: sveinung Date: Mon May 22 12:06:37 2017 New Revision: 35693 URL: http://svn.gna.org/viewcvs/freeciv?rev=35693&view=rev Log: Comment fix: OS is not excluded from permissive.
Modified: branches/S3_0/common/scriptcore/luascript.c Modified: branches/S3_0/common/scriptcore/luascript.c URL: http://svn.gna.org/viewcvs/freeciv/branches/S3_0/common/scriptcore/luascript.c?rev=35693&r1=35692&r2=35693&view=diff ============================================================================== --- branches/S3_0/common/scriptcore/luascript.c (original) +++ branches/S3_0/common/scriptcore/luascript.c Mon May 22 12:06:37 2017 @@ -111,7 +111,7 @@ }; static luaL_Reg luascript_lualibs_permissive[] = { - /* Using default libraries excluding: package, io, os, and bit32 */ + /* Using default libraries excluding: package, io, and bit32 */ {"_G", luaopen_base}, {LUA_COLIBNAME, luaopen_coroutine}, {LUA_TABLIBNAME, luaopen_table}, _______________________________________________ Freeciv-commits mailing list Freeciv-commits@gna.org https://mail.gna.org/listinfo/freeciv-commits