summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 20:32:42 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 20:32:42 +0000
commit86af9bba63814b20e2cc7f59791b2d975268da78 (patch)
tree80e6318c379ff4f5b6bdc9e7c9983005cf427309 /inits.c
parent99c05fb38e8dc6d96a59c074de7b9aa39b1df31e (diff)
* random.c (InitVM_Random): move Random::DEFAULT initialization
bits to Init_Random_default. * random.c (Init_Random_default): renamed from Init_Rndom2. * random.c (Init_RandomSeedCore): renamed from Init_Random. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index 12b2d526a9..5822f04cab 100644
--- a/inits.c
+++ b/inits.c
@@ -17,7 +17,7 @@ void
rb_call_inits(void)
{
CALL(Method);
- CALL(RandomSeed);
+ CALL(RandomSeedCore);
CALL(sym);
CALL(var_tables);
CALL(Object);