diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-20 03:29:19 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-20 03:29:19 +0000 |
commit | 75fb0d37b351d989959c87bd2b54fa7837050f3f (patch) | |
tree | 45ffdecb9abb76312a08132d47cb6a6402a65428 | |
parent | 73a855611283d259d7a211f35e6f70c9e49d23c8 (diff) | |
download | ruby-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ Init_RandomSeed(void) seed_initialized = 1; } -static VALUE +static void Init_RandomSeed2(void) { saved_seed = make_seed_value(initial_seed); |