Commit 31aced8b authored by vitaut's avatar vitaut

Improve compatibility with bcc32

parent 1dd5e035
...@@ -612,7 +612,7 @@ inline int getsign(double x) { ...@@ -612,7 +612,7 @@ inline int getsign(double x) {
return sign; return sign;
} }
#ifndef _MSC_VER #if !defined(_MSC_VER) && !defined(__BORLANDC__)
// Portable version of isinf. // Portable version of isinf.
# ifdef isinf # ifdef isinf
inline int isinfinity(double x) { return isinf(x); } inline int isinfinity(double x) { return isinf(x); }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment