summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-05 08:28:56 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-05 08:28:56 +0000
commita210f7c225b0328ac16748c21e68c28f2236454e (patch)
treec6fe0d877fa58bc9da0a5c55a7b633990bf7689a /internal.h
parent78fa967224346125da161e4e7e7512a912afbd9b (diff)
* 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
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index b02f926feb..5a89da41d6 100644
--- a/internal.h
+++ b/internal.h
@@ -635,7 +635,9 @@ VALUE rb_math_hypot(VALUE, VALUE);
VALUE rb_math_log(int argc, VALUE *argv);
VALUE rb_math_sin(VALUE);
VALUE rb_math_sinh(VALUE);
+#if 0
VALUE rb_math_sqrt(VALUE);
+#endif
/* newline.c */
void Init_newline(void);