Don't redefine RB_OBJ_WRITE

RB_OBJ_WRITE already exists in rgengc.h, so we shouldn't redefine it in
gc.h.
This commit is contained in:
Peter Zhu 2023-01-16 11:50:00 -05:00
parent e3336e0929
commit 4fa7d38324
Notes: git 2023-01-18 13:49:52 +00:00
8 changed files with 3 additions and 11 deletions

View file

@ -43,7 +43,6 @@
/* internal/gc.h */
#undef NEWOBJ_OF
#undef RB_NEWOBJ_OF
#undef RB_OBJ_WRITE
/* internal/hash.h */
#undef RHASH_IFNONE