summaryrefslogtreecommitdiff
path: root/include/ruby/missing.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-27 12:42:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-27 12:42:23 +0900
commit80c1faf0769abfb459c5c749206ed02311d8274b (patch)
tree0d3f032106e6a6061d21903e0e42598e7bc34baa /include/ruby/missing.h
parent04be8e84db1cf4f8b2a7bc7679eda4336da75d43 (diff)
Use C99-defined signbit macro
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4783
Diffstat (limited to 'include/ruby/missing.h')
-rw-r--r--include/ruby/missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index a4a2bbb8ee..824d5fe198 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -198,10 +198,6 @@ RUBY_EXTERN size_t strlcpy(char *, const char*, size_t);
RUBY_EXTERN size_t strlcat(char *, const char*, size_t);
#endif
-#ifndef HAVE_SIGNBIT
-RUBY_EXTERN int signbit(double x);
-#endif
-
#ifndef HAVE_FFS
RUBY_EXTERN int ffs(int);
#endif