зеркало из https://github.com/github/ruby.git
[ruby/fiddle] Remove garbage
https://github.com/ruby/fiddle/commit/bbcb66e16e
This commit is contained in:
Родитель
c19ea1066a
Коммит
9c2e0d49fe
|
@ -200,7 +200,6 @@ rb_fiddle_int_to_ffi_type(int type)
|
|||
return rb_ffi_type_of(char);
|
||||
} else if (sizeof(bool) == sizeof(short)) {
|
||||
return rb_ffi_type_of(short);
|
||||
return INT2NUM(TYPE_USHORT);
|
||||
} else if (sizeof(bool) == sizeof(int)) {
|
||||
return rb_ffi_type_of(int);
|
||||
} else if (sizeof(bool) == sizeof(long)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче