Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings

This commit is contained in:
furunkel
2015-10-19 22:43:09 +02:00
parent 5c093ed22b
commit 2f8b0f66bc
3 changed files with 7 additions and 7 deletions
-4
View File
@@ -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