From 0860921a96755113e934171ff94decb63923234f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Jul 2018 15:20:27 +0000 Subject: Make a prototype git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/time/leap_second.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/-test-/time/leap_second.c b/ext/-test-/time/leap_second.c index ba52d8258e..214afe2b6b 100644 --- a/ext/-test-/time/leap_second.c +++ b/ext/-test-/time/leap_second.c @@ -1,6 +1,6 @@ #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) { -- cgit v1.2.3