diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-09 07:40:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-09 07:40:11 +0000 |
commit | 1145751b8dab3bac0939996ec64e1341bc525245 (patch) | |
tree | 3a92d6b6fcba4751f4f6424d25405056d02581c9 /sysdeps/powerpc/fpu/bits | |
parent | c9efbeda6fa2b15aab04a51ec8adaf6089207550 (diff) | |
download | glibc-1145751b8dab3bac0939996ec64e1341bc525245.tar.gz |
Remove FLT_EVAL_METHOD definition.
Diffstat (limited to 'sysdeps/powerpc/fpu/bits')
-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 |