1
0
Fork 0
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:
nobu 2008-06-20 03:29:19 +00:00
parent feb400081b
commit 79bb49b61b

View file

@ -529,7 +529,7 @@ Init_RandomSeed(void)
seed_initialized = 1; seed_initialized = 1;
} }
static VALUE static void
Init_RandomSeed2(void) Init_RandomSeed2(void)
{ {
saved_seed = make_seed_value(initial_seed); saved_seed = make_seed_value(initial_seed);