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/alpha/fpu | |
parent | c9efbeda6fa2b15aab04a51ec8adaf6089207550 (diff) | |
download | glibc-1145751b8dab3bac0939996ec64e1341bc525245.tar.gz glibc-1145751b8dab3bac0939996ec64e1341bc525245.tar.xz glibc-1145751b8dab3bac0939996ec64e1341bc525245.zip |
Remove FLT_EVAL_METHOD definition.
Diffstat (limited to 'sysdeps/alpha/fpu')
-rw-r--r-- | sysdeps/alpha/fpu/bits/mathdef.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysdeps/alpha/fpu/bits/mathdef.h b/sysdeps/alpha/fpu/bits/mathdef.h index 5e962c8d31..515b93a562 100644 --- a/sysdeps/alpha/fpu/bits/mathdef.h +++ b/sysdeps/alpha/fpu/bits/mathdef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -33,9 +33,6 @@ typedef float float_t; typedef double double_t; -/* Signal that types stay as they were declared. */ -# define FLT_EVAL_METHOD 0 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF @@ -45,9 +42,6 @@ typedef double double_t; typedef double float_t; typedef double double_t; -/* Signal that both types are `double'. */ -# define FLT_EVAL_METHOD 1 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF |