summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 03:29:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 03:29:19 +0000
commit75fb0d37b351d989959c87bd2b54fa7837050f3f (patch)
tree45ffdecb9abb76312a08132d47cb6a6402a65428
parent73a855611283d259d7a211f35e6f70c9e49d23c8 (diff)
downloadruby-75fb0d37b351d989959c87bd2b54fa7837050f3f.tar.gz
ruby-75fb0d37b351d989959c87bd2b54fa7837050f3f.tar.xz
ruby-75fb0d37b351d989959c87bd2b54fa7837050f3f.zip
* random.c (Init_RandomSeed2): should be void.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.c b/random.c
index 83fb16bd9..921ec7c52 100644
--- a/random.c
+++ b/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);