diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-01 09:51:07 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-01 09:51:07 -0300 |
commit | efc7c5d503e30128e8282f0a70d3793e9ee3bd3a (patch) | |
tree | f7906ef6f523cec9666ca8c7c4967a2cf24f126d /lobject.h | |
parent | d324a0ccf9e2511baf182dd981a8ee9835cee925 (diff) | |
parent | 9a77f57edc5cc24c2ab71d416b7481a5679e3869 (diff) | |
download | lua-efc7c5d503e30128e8282f0a70d3793e9ee3bd3a.tar.gz lua-efc7c5d503e30128e8282f0a70d3793e9ee3bd3a.tar.bz2 lua-efc7c5d503e30128e8282f0a70d3793e9ee3bd3a.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -628,7 +628,6 @@ typedef struct Proto { | |||
628 | */ | 628 | */ |
629 | typedef struct UpVal { | 629 | typedef struct UpVal { |
630 | CommonHeader; | 630 | CommonHeader; |
631 | lu_byte tbc; /* true if it represents a to-be-closed variable */ | ||
632 | union { | 631 | union { |
633 | TValue *p; /* points to stack or to its own value */ | 632 | TValue *p; /* points to stack or to its own value */ |
634 | ptrdiff_t offset; /* used while the stack is being reallocated */ | 633 | ptrdiff_t offset; /* used while the stack is being reallocated */ |