From a4cf695e60e0d4f79638cb1f37f78b524411efcf Mon Sep 17 00:00:00 2001 From: default Date: Fri, 7 Oct 2022 13:48:53 +0200 Subject: Backport from xs. --- xs_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xs_set.h') diff --git a/xs_set.h b/xs_set.h index c983ce6..7d7a762 100644 --- a/xs_set.h +++ b/xs_set.h @@ -8,7 +8,7 @@ typedef struct _xs_set { int elems; /* number of hash entries */ int used; /* number of used hash entries */ d_char *list; /* list of stored data */ - int hash[0]; /* hashed offsets */ + int hash[]; /* hashed offsets */ } xs_set; xs_set *xs_set_new(int elems); -- cgit v1.2.3