From a210f7c225b0328ac16748c21e68c28f2236454e Mon Sep 17 00:00:00 2001 From: tadf Date: Mon, 5 May 2014 08:28:56 +0000 Subject: * math.c (rb_math_sqrt): omitted exporting an unused function, anyway. * internal.h: follows the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- math.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math.c') diff --git a/math.c b/math.c index e1fa74fd33..8911de1360 100644 --- a/math.c +++ b/math.c @@ -926,7 +926,9 @@ rb_math_log(int argc, VALUE *argv) exp1(sin) exp1(sinh) +#if 0 exp1(sqrt) +#endif /* -- cgit v1.2.3