Commit 8ae67d10 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

make MRB_ARENA_SIZE to be configurable

parent c697e111
......@@ -190,7 +190,9 @@ struct mrb_state;
typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t);
#define MRB_ARENA_SIZE 1024 //256 up kusuda 2011/04/30
#ifndef MRB_ARENA_SIZE
#define MRB_ARENA_SIZE 1024
#endif
#define ruby_debug (mrb_nil_value())
#define ruby_verbose (mrb_nil_value())
......
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