Update bindgen

This commit is contained in:
Nobuyoshi Nakada 2026-01-05 16:16:29 +09:00 committed by Nobuyoshi Nakada
parent 28b0e5125f
commit 3267460610
Notes: git 2026-01-05 07:47:43 +00:00

View File

@ -1855,7 +1855,6 @@ unsafe extern "C" {
pub fn rb_gc_disable() -> VALUE;
pub fn rb_gc_writebarrier(old: VALUE, young: VALUE);
pub fn rb_class_get_superclass(klass: VALUE) -> VALUE;
pub static mut rb_cObject: VALUE;
pub fn rb_funcallv(
recv: VALUE,
mid: ID,
@ -1864,6 +1863,7 @@ unsafe extern "C" {
) -> VALUE;
pub static mut rb_mKernel: VALUE;
pub static mut rb_cBasicObject: VALUE;
pub static mut rb_cObject: VALUE;
pub static mut rb_cArray: VALUE;
pub static mut rb_cClass: VALUE;
pub static mut rb_cFalseClass: VALUE;