summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src/main.rs
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-06-12 14:03:57 +0200
committerJean Boussier <[email protected]>2025-06-12 17:08:22 +0200
commite070d93573967423064707e09b566a33dd14a0e3 ()
tree271f402df896036775bc36e172dbf517da8bccbd /yjit/bindgen/src/main.rs
parent0292b702c4296f7dde2a05a7a027c3395fbd0f78 (diff)
Get rid of `rb_shape_lookup`
Notes: Merged: https://.com/ruby/ruby/pull/13596
-rw-r--r--yjit/bindgen/src/main.rs2
1 files changed, 1 insertions, 1 deletions
@@ -95,13 +95,13 @@ fn main() {
// From shape.h
.allowlist_function("rb_obj_shape_id")
- .allowlist_function("rb_shape_lookup")
.allowlist_function("rb_shape_id_offset")
.allowlist_function("rb_shape_get_iv_index")
.allowlist_function("rb_shape_transition_add_ivar_no_warnings")
.allowlist_function("rb_yjit_shape_obj_too_complex_p")
.allowlist_function("rb_yjit_shape_too_complex_p")
.allowlist_function("rb_yjit_shape_capacity")
.allowlist_var("SHAPE_ID_NUM_BITS")
// From ruby/internal/intern/object.h