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