ruby-changes:51649
From: nobu <ko1@a...>
Date: Fri, 6 Jul 2018 00:20:31 +0900 (JST)
Subject: [ruby-changes:51649] nobu:r63861 (trunk): Make a prototype
nobu 2018-07-06 00:20:27 +0900 (Fri, 06 Jul 2018) New Revision: 63861 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63861 Log: Make a prototype Modified files: trunk/ext/-test-/time/leap_second.c Index: ext/-test-/time/leap_second.c =================================================================== --- ext/-test-/time/leap_second.c (revision 63860) +++ ext/-test-/time/leap_second.c (revision 63861) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/time/leap_second.c#L1 #include "ruby.h" -void reset_leap_second_info(); +void reset_leap_second_info(void); static VALUE bug_time_s_reset_leap_second_info(VALUE klass) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/