diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-23 20:06:08 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-23 20:06:08 +0000 |
commit | e7e554552d9ef5338c225f4a91197e62ec2cbdfa (patch) | |
tree | fb9ac956aecb346dcd0326968f59922a3b56c45c /libgfortran/config | |
parent | e0697d742b0b2ffe6ab9b8cd6c3ed4c72a31fc47 (diff) | |
download | linaro-gcc-e7e554552d9ef5338c225f4a91197e62ec2cbdfa.tar.gz linaro-gcc-e7e554552d9ef5338c225f4a91197e62ec2cbdfa.tar.bz2 linaro-gcc-e7e554552d9ef5338c225f4a91197e62ec2cbdfa.zip |
* runtime/fpu.c: Add _GNU_SOURCE definition.
* config/fpu-glibc.h: Remove __USE_GNU definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105822 138bc75d-0d04-0410-961f-82ee72b054a4
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 0a6c9df1cc1..389f9054a56 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 |