1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/struct
nagachika 2d909ca11f merge revision(s) 58359: [Backport #13439]
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/branches/ruby_2_4@58636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-09 15:30:19 +00:00
..
duplicate.c struct.c: unique members 2016-04-16 01:00:13 +00:00
extconf.rb auto_ext.rb 2016-05-29 03:08:45 +00:00
init.c
len.c merge revision(s) 58359: [Backport #13439] 2017-05-09 15:30:19 +00:00
member.c