From c31dcc79b52c1ee5d414d6fd487ea427bd66afd7 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 24 Feb 2006 02:37:59 +0000 Subject: * bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ bcc32/Makefile.sub | 1 + 2 files changed, 5 insertions(+) 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 + + * bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot(). + Fri Feb 24 11:19:58 2006 NAKAMURA Usaku * 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 -- cgit v1.2.3