ruby/test/-ext-/struct
normal 8e64799c96 fix RSTRUCT_LEN macro in public C API
rb_struct_size returns an Integer VALUE, so it must be converted
to a `long` for compatibility with previous Ruby C API versions.

* ext/-test-/struct/len.c: new
* test/-ext-/struct/test_len.rb: new
* include/ruby/ruby.h (RSTRUCT_LEN): use NUM2LONG
  [ruby-core:80692] [Bug #13439]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-04-15 00:46:00 +00:00
..
test_duplicate.rb struct.c: unique members 2016-04-16 01:00:13 +00:00
test_len.rb fix RSTRUCT_LEN macro in public C API 2017-04-15 00:46:00 +00:00
test_member.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00