diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -762,7 +762,7 @@ typedef union Node { | |||
762 | #define setnorealasize(t) ((t)->flags |= BITRAS) | 762 | #define setnorealasize(t) ((t)->flags |= BITRAS) |
763 | 763 | ||
764 | 764 | ||
765 | typedef union ArrayCell ArrayCell; | 765 | typedef struct ArrayCell ArrayCell; |
766 | 766 | ||
767 | 767 | ||
768 | typedef struct Table { | 768 | typedef struct Table { |