(FP_ILOGB0): Correct value.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 22:19:12 +0000 (22:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 22:19:12 +0000 (22:19 +0000)
sysdeps/m68k/fpu/bits/mathdef.h

index 4eaa58a..c2b4eff 100644 (file)
@@ -36,5 +36,5 @@ typedef long double double_t; /* `double' expressions are evaluated as
 #define INFINITY       HUGE_VALL
 
 /* The values returned by `ilogb' for 0 and NaN respectively.  */
-#define FP_ILOGB0      0
+#define FP_ILOGB0      0x80000000
 #define FP_ILOGBNAN    0x7fffffff