aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-05 15:20:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-05 15:20:27 +0000
commit63a13832db0c08b1d1322660aee95a9223ab680c (patch)
treef9f030054d0ed226c209894663edba8839bffb99 /ext/-test-
parentc5f0962368014ac614e0514259ad8fa2f3f5c168 (diff)
downloadruby-63a13832db0c08b1d1322660aee95a9223ab680c.tar.gz
Make a prototype
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-')
-rw-r--r--ext/-test-/time/leap_second.c2
1 files changed, 1 insertions, 1 deletions
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)
{