From 0f74d72d7eec263bdb2675a1e6cbfde24994d733 Mon Sep 17 00:00:00 2001 From: Selman ULUG Date: Thu, 16 Aug 2012 19:26:08 +0300 Subject: khash.h including at line:255 --- src/variable.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/variable.c b/src/variable.c index 6d0ab7557..748210ede 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" -- cgit v1.2.3 From 894137b920d58a2177ae00506c6c18468182d5ed Mon Sep 17 00:00:00 2001 From: Selman ULUG Date: Thu, 16 Aug 2012 20:03:17 +0300 Subject: MRB_IV_INITIAL_SIZE duplicate definition --- src/variable.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/variable.c b/src/variable.c index 748210ede..0dc972ba1 100644 --- a/src/variable.c +++ b/src/variable.c @@ -354,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) { -- cgit v1.2.3