1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Change ROBJECT_TRANSIENT_FLAG to use FL_USER2

This commit is contained in:
Jemma Issroff 2022-05-26 15:39:07 -04:00 committed by Aaron Patterson
parent 17534f3eff
commit 63330ae4ac
Notes: git 2022-07-26 04:09:20 +09:00

View file

@ -16,7 +16,7 @@
/* global variable */
#define ROBJECT_TRANSIENT_FLAG FL_USER13
#define ROBJECT_TRANSIENT_FLAG FL_USER2
/* variable.c */
void rb_gc_mark_global_tbl(void);