summaryrefslogtreecommitdiff
path: root/zjit/src
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-06-16 10:31:21 +0200
committerJean Boussier <[email protected]>2025-06-17 15:28:05 +0200
commitfb68721f63a7f56c646ed1e6ff1beac1fc1844a4 (patch)
tree7c7763a39337b6c87d2b15a957073a6de476a5aa /zjit/src
parent4cb0205f51c1c49270027c41f539e8d120a13b6c (diff)
Rename `imemo_class_fields` -> `imemo_fields`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13626
Diffstat (limited to 'zjit/src')
-rw-r--r--zjit/src/cruby_bindings.inc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zjit/src/cruby_bindings.inc.rs b/zjit/src/cruby_bindings.inc.rs
index 5fb5c2ec02..d5e54955c8 100644
--- a/zjit/src/cruby_bindings.inc.rs
+++ b/zjit/src/cruby_bindings.inc.rs
@@ -227,7 +227,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;
pub const METHOD_VISI_UNDEF: rb_method_visibility_t = 0;
pub const METHOD_VISI_PUBLIC: rb_method_visibility_t = 1;