aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index 8688a842..6da50215 100644
--- a/lobject.h
+++ b/lobject.h
@@ -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
765typedef union ArrayCell ArrayCell; 765typedef struct ArrayCell ArrayCell;
766 766
767 767
768typedef struct Table { 768typedef struct Table {