Commit 9387fb1c authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #431 from selman/khash

khash.h including at line:255
parents a2b4e783 894137b9
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
#include "mruby/array.h" #include "mruby/array.h"
#include "mruby/string.h" #include "mruby/string.h"
#include "mruby/proc.h" #include "mruby/proc.h"
#ifndef MRB_USE_IV_SEGLIST
#include "mruby/khash.h"
#endif
#ifdef ENABLE_REGEXP #ifdef ENABLE_REGEXP
#include "re.h" #include "re.h"
...@@ -357,10 +354,6 @@ iv_free(mrb_state *mrb, iv_tbl *t) ...@@ -357,10 +354,6 @@ iv_free(mrb_state *mrb, iv_tbl *t)
#endif #endif
#ifndef MRB_IV_INITIAL_SIZE
#define MRB_IV_INITIAL_SIZE 8
#endif
static int static int
iv_mark_i(mrb_state *mrb, mrb_sym sym, mrb_value v, void *p) iv_mark_i(mrb_state *mrb, mrb_sym sym, mrb_value v, void *p)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment