1999-12-29 08:54:21 +00:00
|
|
|
--- liboctave/lo-ieee.cc.orig Tue Dec 28 22:05:23 1999
|
|
|
|
+++ liboctave/lo-ieee.cc Tue Dec 28 22:06:07 1999
|
|
|
|
@@ -68,7 +68,7 @@
|
|
|
|
#if defined (SCO)
|
|
|
|
double tmp = 1.0;
|
1999-07-05 16:27:03 +00:00
|
|
|
octave_Inf = 1.0 / (tmp - tmp);
|
1999-12-29 08:54:21 +00:00
|
|
|
-#elif defined (__alpha__) && ! defined (linux)
|
|
|
|
+#elif defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__)
|
1999-07-05 16:27:03 +00:00
|
|
|
extern unsigned int DINFINITY[2];
|
|
|
|
octave_Inf = (*((double *) (DINFINITY)));
|
|
|
|
#elif defined (HAVE_INFINITY)
|
1999-12-29 08:54:21 +00:00
|
|
|
@@ -89,7 +89,7 @@
|
1999-07-05 16:27:03 +00:00
|
|
|
|
1999-12-29 08:54:21 +00:00
|
|
|
#if defined (HAVE_ISNAN)
|
|
|
|
|
|
|
|
-#if defined (__alpha__) && ! defined (linux)
|
|
|
|
+#if defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__)
|
1999-07-05 16:27:03 +00:00
|
|
|
extern unsigned int DQNAN[2];
|
|
|
|
octave_NaN = (*((double *) (DQNAN)));
|
|
|
|
#elif defined (HAVE_QUIET_NAN)
|