mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Rename imemo_class_fields
-> imemo_fields
This commit is contained in:
parent
4cb0205f51
commit
fb68721f63
Notes:
git
2025-06-17 13:28:18 +00:00
12 changed files with 73 additions and 73 deletions
2
shape.c
2
shape.c
|
@ -877,7 +877,7 @@ shape_get_next(rb_shape_t *shape, VALUE obj, ID id, bool emit_warnings)
|
|||
#endif
|
||||
|
||||
VALUE klass;
|
||||
if (IMEMO_TYPE_P(obj, imemo_class_fields)) { // HACK
|
||||
if (IMEMO_TYPE_P(obj, imemo_fields)) { // HACK
|
||||
klass = CLASS_OF(obj);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue