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 556608e4..1c300e86 100644
--- a/lobject.h
+++ b/lobject.h
@@ -743,7 +743,6 @@ typedef struct Table {
743 unsigned int alimit; /* "limit" of 'array' array */ 743 unsigned int alimit; /* "limit" of 'array' array */
744 TValue *array; /* array part */ 744 TValue *array; /* array part */
745 Node *node; 745 Node *node;
746 Node *lastfree; /* any free position is before this position */
747 struct Table *metatable; 746 struct Table *metatable;
748 GCObject *gclist; 747 GCObject *gclist;
749} Table; 748} Table;