From 86af9bba63814b20e2cc7f59791b2d975268da78 Mon Sep 17 00:00:00 2001 From: kosaki Date: Mon, 30 Nov 2015 20:32:42 +0000 Subject: * 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 --- inits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inits.c') 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); -- cgit v1.2.3