mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
e3336e0929
commit
4fa7d38324
Notes:
git
2023-01-18 13:49:52 +00:00
8 changed files with 3 additions and 11 deletions
|
@ -43,7 +43,6 @@
|
|||
/* internal/gc.h */
|
||||
#undef NEWOBJ_OF
|
||||
#undef RB_NEWOBJ_OF
|
||||
#undef RB_OBJ_WRITE
|
||||
|
||||
/* internal/hash.h */
|
||||
#undef RHASH_IFNONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue