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:
parent
17534f3eff
commit
63330ae4ac
Notes:
git
2022-07-26 04:09:20 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue