mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Introduce MRB_GC_RED
Replaces the magic number `7` except in `src/gc.c`.
This commit is contained in:
@@ -87,6 +87,8 @@ typedef struct mrb_gc {
|
||||
MRB_API mrb_bool
|
||||
mrb_object_dead_p(struct mrb_state *mrb, struct RBasic *object);
|
||||
|
||||
#define MRB_GC_RED 7
|
||||
|
||||
MRB_END_DECL
|
||||
|
||||
#endif /* MRUBY_GC_H */
|
||||
|
||||
Reference in New Issue
Block a user