summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-23 08:29:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-23 08:29:54 +0000
commitd5ae9837ffe13841f26c073914d61f9abb279272 (patch)
treed6cb310635cc54313e95962f670690a9b8f36d65
parentd83e21d15ddd9142c448aea80dbca6c452ecff6a (diff)
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--bcc32/Makefile.sub1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03acab4844..4563fcb754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 26e4d7f9dd..537dc14e94 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