(FP_ILOGB0): Use values which don't produce warnings.
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Sep 2000 06:57:40 +0000 (06:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 Sep 2000 06:57:40 +0000 (06:57 +0000)
sysdeps/m68k/fpu/bits/mathdef.h

index 7b09882..c3365a7 100644 (file)
@@ -38,7 +38,7 @@ typedef long double double_t; /* `double' expressions are evaluated as
 # define INFINITY      HUGE_VALF
 
 /* The values returned by `ilogb' for 0 and NaN respectively.  */
-# define FP_ILOGB0     (-2147483648)
+# define FP_ILOGB0     (-2147483647 - 1)
 # define FP_ILOGBNAN   (2147483647)
 
 /* Number of decimal digits for the `long double' type.  */