mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* random.c (Init_RandomSeed2): should be void.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
feb400081b
commit
79bb49b61b
1 changed files with 1 additions and 1 deletions
2
random.c
2
random.c
|
@ -529,7 +529,7 @@ Init_RandomSeed(void)
|
|||
seed_initialized = 1;
|
||||
}
|
||||
|
||||
static VALUE
|
||||
static void
|
||||
Init_RandomSeed2(void)
|
||||
{
|
||||
saved_seed = make_seed_value(initial_seed);
|
||||
|
|
Loading…
Reference in a new issue