From 12373b018e985ba0bc5628dcaceb7c406a350e45 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 8 Oct 2024 07:45:17 +0200 Subject: Added -pedantic compilation flag. --- xs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xs.h') diff --git a/xs.h b/xs.h index e5269a4..39b3b64 100644 --- a/xs.h +++ b/xs.h @@ -1070,7 +1070,7 @@ typedef struct { int size; /* size of full dict (_XS_TYPE_SIZE) */ int first; /* first node for sequential search */ int root; /* root node for hashed search */ - ditem_hdr ditems[]; /* the ditems */ + /* a bunch of ditem_hdr and value follows */ } dict_hdr; -- cgit