summaryrefslogtreecommitdiff
path: root/xs.h
diff options
context:
space:
mode:
authorGravatar default2024-10-08 07:45:17 +0200
committerGravatar default2024-10-08 07:45:17 +0200
commit12373b018e985ba0bc5628dcaceb7c406a350e45 (patch)
tree8093b8de6b52fbfb8447eb88d2821d63b719202d /xs.h
parentDon't cache a page if an error is set. (diff)
downloadpenes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.tar.gz
penes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.tar.xz
penes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.zip
Added -pedantic compilation flag.
Diffstat (limited to '')
-rw-r--r--xs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs.h b/xs.h
index e5269a4..39b3b64 100644
--- a/xs.h
+++ b/xs.h
@@ -1070,7 +1070,7 @@ typedef struct {
1070 int size; /* size of full dict (_XS_TYPE_SIZE) */ 1070 int size; /* size of full dict (_XS_TYPE_SIZE) */
1071 int first; /* first node for sequential search */ 1071 int first; /* first node for sequential search */
1072 int root; /* root node for hashed search */ 1072 int root; /* root node for hashed search */
1073 ditem_hdr ditems[]; /* the ditems */ 1073 /* a bunch of ditem_hdr and value follows */
1074} dict_hdr; 1074} dict_hdr;
1075 1075
1076 1076