aboutsummaryrefslogtreecommitdiffstats
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
commita7808a54442a4eb3b7d7e1a62d574e6f4ca9ee1e (patch)
tree80e6318c379ff4f5b6bdc9e7c9983005cf427309 /inits.c
parentd1260a6191bddc5a3c1d1b13dbb7c0fed104be93 (diff)
downloadruby-a7808a54442a4eb3b7d7e1a62d574e6f4ca9ee1e.tar.gz
* 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);