diff options
Diffstat (limited to 'gcc/gansidecl.h')
-rw-r--r-- | gcc/gansidecl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gansidecl.h b/gcc/gansidecl.h index e864f2f..d003d2c 100644 --- a/gcc/gansidecl.h +++ b/gcc/gansidecl.h @@ -45,6 +45,9 @@ Boston, MA 02111-1307, USA. */ # undef const # undef inline # define inline __inline__ /* Modern gcc can use `__inline__' freely. */ +# ifndef HAVE_LONG_DOUBLE +# define HAVE_LONG_DOUBLE 1 +# endif #endif /* GCC >= 2.7 */ #ifndef NULL_PTR |