summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src/main.rs
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-05-08 20:17:09 +0200
committerJean Boussier <[email protected]>2025-05-09 10:22:51 +0200
commit3f7c0af05191c6120db1617fef1d5be18151dfe6 ()
tree71e00eadbb496572bba83ffde26bd6895b07c463 /yjit/bindgen/src/main.rs
parent677d075c2901198aad2f17b7d9f07af021c5e974 (diff)
Rename `rb_shape_obj_too_complex` -> `rb_shape_obj_too_complex_p`
Notes: Merged: https://.com/ruby/ruby/pull/13283
-rw-r--r--yjit/bindgen/src/main.rs2
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ fn main() {
.allowlist_function("rb_shape_get_iv_index")
.allowlist_function("rb_shape_get_next_no_warnings")
.allowlist_function("rb_shape_id")
- .allowlist_function("rb_shape_obj_too_complex")
.allowlist_function("rb_shape_too_complex_p")
.allowlist_var("SHAPE_ID_NUM_BITS")