aboutsummaryrefslogtreecommitdiff
path: root/bits/mathdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/mathdef.h')
-rw-r--r--bits/mathdef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bits/mathdef.h b/bits/mathdef.h
index d557d08..6dedc51 100644
--- a/bits/mathdef.h
+++ b/bits/mathdef.h
@@ -22,13 +22,6 @@
#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
# define _MATH_H_MATHDEF 1
-/* Expressions are evaluated with the range and precision of their
- type. */
-typedef float float_t; /* `float' expressions are evaluated as
- `float'. */
-typedef double double_t; /* `double' expressions are evaluated as
- `double'. */
-
/* The values returned by `ilogb' for 0 and NaN respectively. */
# define FP_ILOGB0 (-2147483647)
# define FP_ILOGBNAN 2147483647