Actions
Bug #13439
closed[PATCH] fix RSTRUCT_LEN macro in public C API
Bug #13439:
[PATCH] fix RSTRUCT_LEN macro in public C API
Description
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
Files
Actions