summaryrefslogtreecommitdiffhomepage
path: root/include/stc
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-04-24 06:38:10 +0200
committerTyge Løvset <[email protected]>2023-04-24 06:38:10 +0200
commit3139f550e2af86003e08f0795e395690c120d63e (patch)
tree75dc149e9967fec2b6ff424e2382a12475bdfb16 /include/stc
parentee619c6ef061c4adb2b13985ebb7d2c67551c84a (diff)
downloadSTC-modified-3139f550e2af86003e08f0795e395690c120d63e.tar.gz
STC-modified-3139f550e2af86003e08f0795e395690c120d63e.zip
Set i_expandby 2 by default.
Diffstat (limited to 'include/stc')
-rw-r--r--include/stc/cmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h
index 1aeb63df..34a9ec79 100644
--- a/include/stc/cmap.h
+++ b/include/stc/cmap.h
@@ -74,7 +74,7 @@ typedef struct { intptr_t idx; uint8_t hashx, found; } chash_bucket;
#define i_max_load_factor 0.80f
#endif
#ifndef i_expandby
- #define i_expandby 1
+ #define i_expandby 2
#endif
#include "priv/template.h"
#ifndef i_is_forward