summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-08-16 18:48:00 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-08-16 18:48:00 -0700
commit9387fb1cb64d3900b65ac50a3e0e4e13b763a56b (patch)
tree938b61ab91a67ad98e152bccb13580d2d267d087 /src/variable.c
parenta2b4e78379600900c5fc2616e7bded14e4f916fa (diff)
parent894137b920d58a2177ae00506c6c18468182d5ed (diff)
downloadmruby-9387fb1cb64d3900b65ac50a3e0e4e13b763a56b.tar.gz
mruby-9387fb1cb64d3900b65ac50a3e0e4e13b763a56b.zip
Merge pull request #431 from selman/khash
khash.h including at line:255
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/variable.c b/src/variable.c
index 6d0ab7557..0dc972ba1 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -11,9 +11,6 @@
#include "mruby/array.h"
#include "mruby/string.h"
#include "mruby/proc.h"
-#ifndef MRB_USE_IV_SEGLIST
-#include "mruby/khash.h"
-#endif
#ifdef ENABLE_REGEXP
#include "re.h"
@@ -357,10 +354,6 @@ iv_free(mrb_state *mrb, iv_tbl *t)
#endif
-#ifndef MRB_IV_INITIAL_SIZE
-#define MRB_IV_INITIAL_SIZE 8
-#endif
-
static int
iv_mark_i(mrb_state *mrb, mrb_sym sym, mrb_value v, void *p)
{