a7323a548f
PR: ports/66164 (based on) Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
16 lines
301 B
C++
16 lines
301 B
C++
--- src/engine/qsoperations.cpp.orig Mon Jul 12 15:04:29 2004
|
|
+++ src/engine/qsoperations.cpp Mon Jul 12 15:23:49 2004
|
|
@@ -61,6 +61,13 @@
|
|
}
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+extern "C" {
|
|
+ int isnan( double );
|
|
+ int isinf( double );
|
|
+}
|
|
+#endif
|
|
+
|
|
using namespace QS;
|
|
|
|
bool QS::isNaN( double d )
|