diff options
Diffstat (limited to 'sysdeps/powerpc/fpu/bits/mathdef.h')
-rw-r--r-- | sysdeps/powerpc/fpu/bits/mathdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/fpu/bits/mathdef.h b/sysdeps/powerpc/fpu/bits/mathdef.h index aa16b4f833..500b2a2a98 100644 --- a/sysdeps/powerpc/fpu/bits/mathdef.h +++ b/sysdeps/powerpc/fpu/bits/mathdef.h @@ -39,10 +39,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. */ -# undef FLT_EVAL_METHOD -# define FLT_EVAL_METHOD 0 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF |