diff options
Diffstat (limited to 'libgfortran/runtime/fpu.c')
-rw-r--r-- | libgfortran/runtime/fpu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libgfortran/runtime/fpu.c b/libgfortran/runtime/fpu.c index 4a2c1f1d431..f81a3b05a42 100644 --- a/libgfortran/runtime/fpu.c +++ b/libgfortran/runtime/fpu.c @@ -1,8 +1,3 @@ -/* This is needed for fpu-glibc.h, before all other includes */ -#ifdef HAVE_FENV_H -#define _GNU_SOURCE -#endif - #include "libgfortran.h" /* We include the platform-dependent code. */ |