summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--bcc32/Makefile.sub1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b027ca7ed..538741d1d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 24 11:33:52 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot().
+
Fri Feb 24 11:19:58 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* time.c (time_new_internal): add prototype to tell the compiler
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 6a85b57d4a..cef02730d8 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -253,6 +253,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub
\#define HAVE_STRTOUL 1
\#define HAVE_ISNAN 1
\#define HAVE_FINITE 1
+\#define HAVE_HYPOT 1
\#define HAVE_FMOD 1
\#define HAVE_WAITPID 1
\#define HAVE_FSYNC 1