[前][次][番号順一覧][スレッド一覧]

ruby-changes:51653

From: kazu <ko1@a...>
Date: Fri, 6 Jul 2018 10:54:03 +0900 (JST)
Subject: [ruby-changes:51653] kazu:r63865 (trunk): Fixup r63864

kazu	2018-07-06 10:53:57 +0900 (Fri, 06 Jul 2018)

  New Revision: 63865

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63865

  Log:
    Fixup r63864

  Modified files:
    trunk/ext/-test-/time/leap_second.c
Index: ext/-test-/time/leap_second.c
===================================================================
--- ext/-test-/time/leap_second.c	(revision 63864)
+++ ext/-test-/time/leap_second.c	(revision 63865)
@@ -4,7 +4,7 @@ void ruby_reset_leap_second_info(void); https://github.com/ruby/ruby/blob/trunk/ext/-test-/time/leap_second.c#L4
 static VALUE
 bug_time_s_reset_leap_second_info(VALUE klass)
 {
-    reset_leap_second_info();
+    ruby_reset_leap_second_info();
     return Qnil;
 }
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]