diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-20 14:35:41 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-20 14:35:41 +0000 |
| commit | e4d374cf50faecafad3ef1a4e2c8896b030e50ef (patch) | |
| tree | 445a48273d5deb241b6a0d962080f082f4c5bd66 /bcc32 | |
| parent | 8649458a2bcd0d15172f5c0c4faf741bf9ac2782 (diff) | |
| download | ruby-e4d374cf50faecafad3ef1a4e2c8896b030e50ef.tar.gz ruby-e4d374cf50faecafad3ef1a4e2c8896b030e50ef.tar.xz ruby-e4d374cf50faecafad3ef1a4e2c8896b030e50ef.zip | |
* win32/win32.c (NtInitialize): set the floating-point control word
on bcc32.
* win32/win32.h, bcc32/Makefile.sub: use missing/isinf.c, should not
use _finite() because it returns 0 if NaN.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index f17c3d222..ca63aa8fc 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -102,7 +102,7 @@ RFLAGS = $(iconinc) EXTLIBS = !endif LIBS = cw32.lib import32.lib ws2_32.lib $(EXTLIBS) -MISSING = acosh.obj crypt.obj win32.obj +MISSING = acosh.obj crypt.obj win32.obj isinf.obj !ifndef STACK STACK = 0x2000000 @@ -270,7 +270,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 |
