diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h b/Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h index f2ca3c159e9..f75d21f2262 100644 --- a/Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h +++ b/Build/source/texk/web2c/luatexdir/luasocket/src/luasocket.h @@ -11,9 +11,8 @@ /*-------------------------------------------------------------------------*\ * Current socket library version \*-------------------------------------------------------------------------*/ -#define LUASOCKET_VERSION "LuaSocket 2.1-rc1" -#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2012 Diego Nehab" -#define LUASOCKET_AUTHORS "Diego Nehab" +#define LUASOCKET_VERSION "LuaSocket 3.0-rc1" +#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab" /*-------------------------------------------------------------------------*\ * This macro prefixes all exported API functions @@ -22,10 +21,6 @@ #define LUASOCKET_API extern #endif -#if LUA_VERSION_NUM > 501 & !( defined LUA_COMPAT_MODULE) -# error Lua 5.2 requires LUA_COMPAT_MODULE defined for luaL_openlib -#endif - /*-------------------------------------------------------------------------*\ * Initializes the library. \*-------------------------------------------------------------------------*/ |