Merge branch 'master' into nextversion

This commit is contained in:
Roberto Ierusalimschy
2022-12-01 09:51:07 -03:00
2 changed files with 2 additions and 4 deletions

View File

@@ -628,7 +628,6 @@ typedef struct Proto {
*/
typedef struct UpVal {
CommonHeader;
lu_byte tbc; /* true if it represents a to-be-closed variable */
union {
TValue *p; /* points to stack or to its own value */
ptrdiff_t offset; /* used while the stack is being reallocated */