diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-23 08:29:54 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-23 08:29:54 +0000 |
commit | e80a56868db0fdccb40173a4c2a562771a171cac (patch) | |
tree | d6cb310635cc54313e95962f670690a9b8f36d65 | |
parent | d0a0a9b6b4ddd409044c5e6356782939c541a1da (diff) | |
download | ruby-e80a56868db0fdccb40173a4c2a562771a171cac.tar.gz ruby-e80a56868db0fdccb40173a4c2a562771a171cac.tar.xz ruby-e80a56868db0fdccb40173a4c2a562771a171cac.zip |
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | bcc32/Makefile.sub | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Dec 23 17:26:55 2003 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp> + + * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] + Tue Dec 23 16:08:16 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650] diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 26e4d7f9d..537dc14e9 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -280,6 +280,7 @@ config.h: \#define HAVE_DECL_SYS_NERR 1 \#define HAVE_ISNAN 1 +\#define HAVE_FINITE 1 \#define HAVE_MEMMOVE 1 \#define HAVE_MKDIR 1 \#define HAVE_STRCASECMP 1 |