mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings
This commit is contained in:
@@ -65,10 +65,6 @@ struct mrb_state;
|
||||
*/
|
||||
typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
|
||||
|
||||
#ifndef MRB_GC_ARENA_SIZE
|
||||
#define MRB_GC_ARENA_SIZE 100
|
||||
#endif
|
||||
|
||||
#ifndef MRB_FIXED_STATE_ATEXIT_STACK_SIZE
|
||||
#define MRB_FIXED_STATE_ATEXIT_STACK_SIZE 5
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user