aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-04-14 10:28:54 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-09 16:32:30 +0900
commit6fa1efafb28e0a49b5732052f3fe778c80acad2c (patch)
treece4a9e77be6825199c285b1339899d836b93c557 /marshal.c
parent1f250eaea359f7687812356217ed0e9e0f4e7484 (diff)
downloadruby-6fa1efafb28e0a49b5732052f3fe778c80acad2c.tar.gz
configure.in: assume float.h is always available
It is part of C89.
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/marshal.c b/marshal.c
index 7e16d0b024..a21373ed1c 100644
--- a/marshal.c
+++ b/marshal.c
@@ -21,9 +21,7 @@
#include "id_table.h"
#include <math.h>
-#ifdef HAVE_FLOAT_H
#include <float.h>
-#endif
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif