Tag LUA_TUPVALTBC replaced by a flag
It is simpler to signal a to-be-closed upvalue with a boolean flag, instead of using a different tag.
This commit is contained in:
Reference in New Issue
Block a user
It is simpler to signal a to-be-closed upvalue with a boolean flag, instead of using a different tag.