From bf7f9f83c72bb5baf0fe67c3b411239b17fa9eb5 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 4 Sep 2012 17:38:27 +0900 Subject: rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE --- include/mrbconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3