diff options
Diffstat (limited to 'xs.h')
| -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 | ||