diff options
| author | 2024-10-08 07:45:17 +0200 | |
|---|---|---|
| committer | 2024-10-08 07:45:17 +0200 | |
| commit | 12373b018e985ba0bc5628dcaceb7c406a350e45 (patch) | |
| tree | 8093b8de6b52fbfb8447eb88d2821d63b719202d /xs.h | |
| parent | Don't cache a page if an error is set. (diff) | |
| download | penes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.tar.gz penes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.tar.xz penes-snac2-12373b018e985ba0bc5628dcaceb7c406a350e45.zip | |
Added -pedantic compilation flag.
Diffstat (limited to '')
| -rw-r--r-- | xs.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||