summaryrefslogtreecommitdiffhomepage
path: root/stc/csmap.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-04-12 22:09:16 +0200
committerTyge Løvset <[email protected]>2021-04-12 22:09:16 +0200
commita2b750608e2ee64052c3eda3ba054390ce4950ac (patch)
treed8c1e7660f95bda7702644fca262a2a1a9b2573e /stc/csmap.h
parent63806444e21d46e7873654701f5808d6c33a034d (diff)
downloadSTC-modified-a2b750608e2ee64052c3eda3ba054390ce4950ac.tar.gz
STC-modified-a2b750608e2ee64052c3eda3ba054390ce4950ac.zip
Improved docs.
Diffstat (limited to 'stc/csmap.h')
-rw-r--r--stc/csmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/csmap.h b/stc/csmap.h
index 7e433c1d..dcf6d04d 100644
--- a/stc/csmap.h
+++ b/stc/csmap.h
@@ -171,7 +171,7 @@ struct csmap_rep { size_t root, disp, head, size, cap; void* nodes[]; };
CX##_value_t *ref; \
CX##_node_t *_d; \
int _top; \
- CX##_size_t _tn, _st[40]; \
+ CX##_size_t _tn, _st[36]; \
} CX##_iter_t; \
\
STC_API CX CX##_init(void); \