mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
update to lua 5.3, remove lua unsigned api
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/*
|
||||
** compatibility with Lua 5.2
|
||||
*/
|
||||
#if (LUA_VERSION_NUM == 502)
|
||||
#if (LUA_VERSION_NUM >= 502)
|
||||
|
||||
#undef lua_equal
|
||||
#define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
|
||||
|
||||
Reference in New Issue
Block a user