mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
update lua 5.5.1
This commit is contained in:
@@ -208,7 +208,8 @@ typedef union {
|
||||
#define ttisstrictnil(o) checktag((o), LUA_VNIL)
|
||||
|
||||
|
||||
#define setnilvalue(obj) settt_(obj, LUA_VNIL)
|
||||
#define setnilvalue(obj) settt_(obj, LUA_VNIL)
|
||||
#define setnilvalue2s(stk) setnilvalue(s2v(stk))
|
||||
|
||||
|
||||
#define isabstkey(v) checktag((v), LUA_VABSTKEY)
|
||||
|
||||
Reference in New Issue
Block a user