aboutsummaryrefslogtreecommitdiff
path: root/builtins/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/datatypes.h')
-rw-r--r--builtins/datatypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/datatypes.h b/builtins/datatypes.h
index f7cc23ee..aa7670b7 100644
--- a/builtins/datatypes.h
+++ b/builtins/datatypes.h
@@ -47,7 +47,7 @@ typedef struct {
typedef struct {
uint32_t count:31, last_free:31;
uint8_t data_refcount:2;
- bucket_t buckets[0];
+ bucket_t buckets[];
} bucket_info_t;
typedef struct table_s {