Improve compatibility with bcc32

This commit is contained in:
vitaut 2015-11-18 08:04:04 -08:00
parent 1dd5e035eb
commit 31aced8b59

View File

@ -612,7 +612,7 @@ inline int getsign(double x) {
return sign;
}
#ifndef _MSC_VER
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
// Portable version of isinf.
# ifdef isinf
inline int isinfinity(double x) { return isinf(x); }