ruby/ext/-test-/random
Peter Zhu 68bd1d6855 Fix compiler issues in test on C99
Fixes the following issue when compiling using C99:

ext/-test-/rb_call_super_kw/rb_call_super_kw.c
ext/-test-/random/loop.c:16:39: error: extra ';' outside of a function [-Werror,-Wextra-semi]
RB_RANDOM_DEFINE_INIT_INT32_FUNC(loop);
2022-11-10 09:07:20 -05:00
..
bad_version.c [Bug #19100] Add init_int32 function to rb_random_interface_t 2022-11-10 12:06:13 +09:00
depend Add version to the interface of Random extensions 2022-11-10 11:59:45 +09:00
extconf.rb
init.c
loop.c Fix compiler issues in test on C99 2022-11-10 09:07:20 -05:00