aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-04 08:37:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-04 08:37:22 +0000
commite9a0b83c8faab558e38fa317961f931c1c1d3cca (patch)
tree6ac89e2713abb913a109316d0253c8ae31d50ff5 /sysdeps/m68k/fpu
parent832725ccb4e850412a993ec181526600aefce7d2 (diff)
downloadglibc-e9a0b83c8faab558e38fa317961f931c1c1d3cca.tar
glibc-e9a0b83c8faab558e38fa317961f931c1c1d3cca.tar.gz
glibc-e9a0b83c8faab558e38fa317961f931c1c1d3cca.tar.bz2
glibc-e9a0b83c8faab558e38fa317961f931c1c1d3cca.zip
Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions.
Diffstat (limited to 'sysdeps/m68k/fpu')
-rw-r--r--sysdeps/m68k/fpu/bits/mathdef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/m68k/fpu/bits/mathdef.h b/sysdeps/m68k/fpu/bits/mathdef.h
index c3365a7ff2..4eec5d8cc4 100644
--- a/sysdeps/m68k/fpu/bits/mathdef.h
+++ b/sysdeps/m68k/fpu/bits/mathdef.h
@@ -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 */