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