From b7e6fc019cff276f04a076d094561b997facf83d Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 20 Apr 2003 14:35:41 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@3702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32/win32.h') diff --git a/win32/win32.h b/win32/win32.h index f8bf377409..b378fb23cd 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -177,9 +177,6 @@ extern pid_t rb_w32_getpid(void); #ifdef __BORLANDC__ #include -#ifndef isinf -#define isinf !_finite -#endif #ifndef isnan #define isnan _isnan #endif -- cgit v1.2.3