diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 09:26:24 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 09:26:24 +0000 |
| commit | e3f091fa076685003543d11f3ed761f829bce3d5 (patch) | |
| tree | 3e013e6f44591606420d6b6ba61bd143c2da492d | |
| parent | b83435d1a29139c3bc135695d2173ece88519827 (diff) | |
| download | ruby-e3f091fa076685003543d11f3ed761f829bce3d5.tar.gz ruby-e3f091fa076685003543d11f3ed761f829bce3d5.tar.xz ruby-e3f091fa076685003543d11f3ed761f829bce3d5.zip | |
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove
HAVE_ISINF definition to follow previous commits of missing.h
and win32/win32.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 1 | ||||
| -rw-r--r-- | win32/Makefile.sub | 1 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Mon Dec 22 18:22:04 2003 NAKAMURA Usaku <usa@ruby-lang.org> + + * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove + HAVE_ISINF definition to follow previous commits of missing.h + and win32/win32.h. + Mon Dec 22 17:23:42 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (ac_cv_func_setitimer): moved from defines.h diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 99305ab06..26e4d7f9d 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -279,7 +279,6 @@ config.h: \#define SIZEOF_DOUBLE 8 \#define HAVE_DECL_SYS_NERR 1 -\#define HAVE_ISINF 1 \#define HAVE_ISNAN 1 \#define HAVE_MEMMOVE 1 \#define HAVE_MKDIR 1 diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 6e669aced..64829a659 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -257,7 +257,6 @@ config.h: #define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 -#define HAVE_ISINF 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 #define HAVE_FMOD 1 |
