summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-24 02:37:59 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-24 02:37:59 +0000
commit4aef22b323df7d290584e0ad8651d67170341dc2 (patch)
treea2dbaa6c208913dd96eb76746e17e2ff57c2a0e0 /bcc32
parentb916c26a1dd9646bded79c41b721383611d74a3f (diff)
downloadruby-4aef22b323df7d290584e0ad8651d67170341dc2.tar.gz
ruby-4aef22b323df7d290584e0ad8651d67170341dc2.tar.xz
ruby-4aef22b323df7d290584e0ad8651d67170341dc2.zip
* bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 6a85b57d4..cef02730d 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