MRB_IV_INITIAL_SIZE duplicate definition

This commit is contained in:
Selman ULUG
2012-08-16 20:03:17 +03:00
parent 0f74d72d7e
commit 894137b920
-4
View File
@@ -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)
{