Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 Dec 2000 08:37:22 +0000 (08:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 Dec 2000 08:37:22 +0000 (08:37 +0000)
sysdeps/alpha/fpu/bits/mathdef.h
sysdeps/arm/fpu/bits/mathdef.h
sysdeps/m68k/fpu/bits/mathdef.h

index 3b80e82..2750af8 100644 (file)
@@ -58,9 +58,6 @@ typedef double double_t;
 typedef double float_t;
 typedef double double_t;
 
-/* Strange compiler, we don't know how it works.  */
-#  define FLT_EVAL_METHOD      -1
-
 /* Define `INFINITY' as value of type `float'.  */
 #  define INFINITY     HUGE_VALF
 
@@ -70,9 +67,6 @@ typedef double double_t;
 # define FP_ILOGB0     (-2147483647)
 # define FP_ILOGBNAN   (2147483647)
 
-/* Number of decimal digits for the `double' type.  */
-# define DECIMAL_DIG   15
-
 #endif /* ISO C99 */
 
 #ifndef __NO_LONG_DOUBLE_MATH
index 374ad67..426fec7 100644 (file)
@@ -29,9 +29,6 @@ typedef float float_t;                /* `float' expressions are evaluated as
 typedef double double_t;       /* `double' expressions are evaluated as
                                   `double'.  */
 
-/* Signal that types stay as they were declared.  */
-# define FLT_EVAL_METHOD       0
-
 /* Define `INFINITY' as value of type `float'.  */
 # define INFINITY      HUGE_VALF
 
@@ -40,9 +37,6 @@ typedef double double_t;      /* `double' expressions are evaluated as
 # define FP_ILOGB0     (-2147483647)
 # define FP_ILOGBNAN   (2147483647)
 
-/* Number of decimal digits for the `double' type.  */
-# define DECIMAL_DIG   15
-
 #endif /* ISO C99 */
 
 #ifndef __NO_LONG_DOUBLE_MATH
index c3365a7..4eec5d8 100644 (file)
@@ -31,9 +31,6 @@ typedef long double float_t;  /* `float' expressions are evaluated as
 typedef long double double_t;  /* `double' expressions are evaluated as
                                   `long double'.  */
 
-/* Signal that both types are `long double'.  */
-# define FLT_EVAL_METHOD       2
-
 /* Define `INFINITY' as value of type `float'.  */
 # define INFINITY      HUGE_VALF
 
@@ -41,7 +38,4 @@ typedef long double double_t; /* `double' expressions are evaluated as
 # define FP_ILOGB0     (-2147483647 - 1)
 # define FP_ILOGBNAN   (2147483647)
 
-/* Number of decimal digits for the `long double' type.  */
-# define DECIMAL_DIG   18
-
 #endif /* ISO C99 */