object.h: rename gccolor to clearer gc_color

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-03-10 14:23:51 +09:00
parent 92b18d6a44
commit 1e36d7662c
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
struct RClass *c; \
struct RBasic *gcnext; \
enum mrb_vtype tt:8; \
unsigned int gccolor:3; \
unsigned int gc_color:3; \
unsigned int frozen:1; \
uint32_t flags:20