From d5ae9837ffe13841f26c073914d61f9abb279272 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 23 Dec 2003 08:29:54 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ bcc32/Makefile.sub | 1 + 2 files changed, 5 insertions(+) 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 + + * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] + Tue Dec 23 16:08:16 2003 NAKAMURA, Hiroshi * 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