1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ocean 2006-02-24 02:37:59 +00:00
parent d23d055d47
commit c31dcc79b5
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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