summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-09-04 17:38:27 +0900
committerYukihiro Matsumoto <[email protected]>2012-09-04 17:38:27 +0900
commitbf7f9f83c72bb5baf0fe67c3b411239b17fa9eb5 (patch)
tree5e90ea35758e408939c3a37308cddb0f1dd22bc3 /include
parenteb080397fa0c3a9bc680f511a563be87920bcc37 (diff)
downloadmruby-bf7f9f83c72bb5baf0fe67c3b411239b17fa9eb5.tar.gz
mruby-bf7f9f83c72bb5baf0fe67c3b411239b17fa9eb5.zip
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index e308e8f82..b4332adcd 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -29,7 +29,7 @@
//#define MRB_USE_IV_SEGLIST
/* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */
-//#define MRB_IV_INITIAL_SIZE 8
+//#define MRB_IVHASH_INIT_SIZE 8
/* default size of khash table bucket */
//#define KHASH_DEFAULT_SIZE 32