mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Rename GC_STATE_NONE GC_STATE_ROOT
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ struct mrb_context {
|
||||
};
|
||||
|
||||
enum gc_state {
|
||||
GC_STATE_NONE = 0,
|
||||
GC_STATE_ROOT = 0,
|
||||
GC_STATE_MARK,
|
||||
GC_STATE_SWEEP
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user