diff options
Diffstat (limited to 'src/luasocket/compat.h')
-rw-r--r-- | src/luasocket/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/luasocket/compat.h b/src/luasocket/compat.h index fa2d7d7..1422728 100644 --- a/src/luasocket/compat.h +++ b/src/luasocket/compat.h @@ -1,8 +1,6 @@ #ifndef COMPAT_H #define COMPAT_H -#if LUA_VERSION_NUM==501 - #ifndef _WIN32 #pragma GCC visibility push(hidden) #endif @@ -18,5 +16,3 @@ void *luasocket_testudata ( lua_State *L, int arg, const char *tname); #define luaL_testudata luasocket_testudata #endif - -#endif |