aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index 74a6fd1e..1c300e86 100644
--- a/lobject.h
+++ b/lobject.h
@@ -628,7 +628,6 @@ typedef struct Proto {
628*/ 628*/
629typedef struct UpVal { 629typedef 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 */