From a9b0e34b97e872ab9eb4ff21e8a55a63ecfa2a88 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 20 Dec 2011 01:22:50 +0000 Subject: * ext/date/date_core.c (wholenum): fix the type of the return value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 98c05b810d..49e125c3dd 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -3095,7 +3095,7 @@ wholenum_p(VALUE x) return 0; } -inline static int +inline static VALUE wholenum(VALUE x) { if (FIXNUM_P(x)) -- cgit v1.2.3