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:
@@ -215,7 +215,7 @@ lheader(lua_State *L) {
|
||||
sz |= s[i];
|
||||
}
|
||||
|
||||
lua_pushunsigned(L, sz);
|
||||
lua_pushinteger(L, (lua_Integer)sz);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user