зеркало из https://github.com/github/ruby.git
Update cruby_bindings.inc.rs
This commit is contained in:
Родитель
3896f9940e
Коммит
88373fe2e8
|
@ -171,7 +171,7 @@ pub const VM_ENV_DATA_INDEX_SPECVAL: i32 = -1;
|
|||
pub const VM_ENV_DATA_INDEX_FLAGS: u32 = 0;
|
||||
pub const VM_BLOCK_HANDLER_NONE: u32 = 0;
|
||||
pub const SHAPE_ID_NUM_BITS: u32 = 32;
|
||||
pub const OBJ_TOO_COMPLEX_SHAPE_ID: u32 = 11;
|
||||
pub const OBJ_TOO_COMPLEX_SHAPE_ID: u32 = 2;
|
||||
pub type ID = ::std::os::raw::c_ulong;
|
||||
pub type rb_alloc_func_t = ::std::option::Option<unsafe extern "C" fn(klass: VALUE) -> VALUE>;
|
||||
pub const RUBY_Qfalse: ruby_special_consts = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче