Rename GC_STATE_NONE GC_STATE_ROOT

This commit is contained in:
Jun Hiroe
2014-08-06 22:59:34 +09:00
parent 8dbf7787d5
commit 21f583783d
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ struct mrb_context {
};
enum gc_state {
GC_STATE_NONE = 0,
GC_STATE_ROOT = 0,
GC_STATE_MARK,
GC_STATE_SWEEP
};