diff options
| author | Selman ULUG <[email protected]> | 2012-08-16 20:03:17 +0300 |
|---|---|---|
| committer | Selman ULUG <[email protected]> | 2012-08-16 20:03:17 +0300 |
| commit | 894137b920d58a2177ae00506c6c18468182d5ed (patch) | |
| tree | 464aa3621473ad948bca923d132c7fe8fb9fdd7c /src/variable.c | |
| parent | 0f74d72d7eec263bdb2675a1e6cbfde24994d733 (diff) | |
| download | mruby-894137b920d58a2177ae00506c6c18468182d5ed.tar.gz mruby-894137b920d58a2177ae00506c6c18468182d5ed.zip | |
MRB_IV_INITIAL_SIZE duplicate definition
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |
