diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2005-10-23 22:06:08 +0200 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-10-23 20:06:08 +0000 |
commit | 17d6e514a126393563bc7d44c44842bbdd13cd87 (patch) | |
tree | fb9ac956aecb346dcd0326968f59922a3b56c45c /libgfortran/config | |
parent | fa8697330dcfe9b7170f9abc7b7eae352c050e26 (diff) | |
download | gcc-17d6e514a126393563bc7d44c44842bbdd13cd87.zip gcc-17d6e514a126393563bc7d44c44842bbdd13cd87.tar.gz gcc-17d6e514a126393563bc7d44c44842bbdd13cd87.tar.bz2 |
fpu.c: Add _GNU_SOURCE definition.
* runtime/fpu.c: Add _GNU_SOURCE definition.
* config/fpu-glibc.h: Remove __USE_GNU definition.
From-SVN: r105822
Diffstat (limited to 'libgfortran/config')
-rw-r--r-- | libgfortran/config/fpu-glibc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/config/fpu-glibc.h b/libgfortran/config/fpu-glibc.h index 0a6c9df1..389f905 100644 --- a/libgfortran/config/fpu-glibc.h +++ b/libgfortran/config/fpu-glibc.h @@ -33,7 +33,6 @@ Boston, MA 02110-1301, USA. */ feenableexcept function in fenv.h to set individual exceptions (there's nothing to do that in C99). */ -#define __USE_GNU #ifdef HAVE_FENV_H #include <fenv.h> #endif |