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
yjit/src/cruby_bindings.inc.rs
generated
2
yjit/src/cruby_bindings.inc.rs
generated
|
@ -410,7 +410,7 @@ pub const imemo_parser_strterm: imemo_type = 10;
|
|||
pub const imemo_callinfo: imemo_type = 11;
|
||||
pub const imemo_callcache: imemo_type = 12;
|
||||
pub const imemo_constcache: imemo_type = 13;
|
||||
pub const imemo_class_fields: imemo_type = 14;
|
||||
pub const imemo_fields: imemo_type = 14;
|
||||
pub type imemo_type = u32;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue