diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 15:53:57 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 15:53:57 +0000 |
commit | 1292331b2a1ae48e1bca73e00f7b1c94c6aa11dd (patch) | |
tree | 495c168a7c02fe0a1d9955cc73b3ea2581c2b55d /gcc/config/float-m68k.h | |
parent | cfeee62db6133ab4c54c621411a9d139da3b9748 (diff) | |
download | gcc-1292331b2a1ae48e1bca73e00f7b1c94c6aa11dd.tar.gz |
* config/float-i128.h: Make sure __STDC__VERSION__ is defined
before using it.
* config/float/i32.h: Likewise.
* config/float-i386.h: Likewise.
* config/float-i64.h: Likewise.
* config/float-m68k.h: Likewise.
* config/float-sh.h: Likewise.
* config/float-sparc.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46187 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/float-m68k.h')
-rw-r--r-- | gcc/config/float-m68k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/float-m68k.h b/gcc/config/float-m68k.h index c942b1da913..837126b7de5 100644 --- a/gcc/config/float-m68k.h +++ b/gcc/config/float-m68k.h @@ -94,7 +94,7 @@ #undef LDBL_MAX_10_EXP #define LDBL_MAX_10_EXP 4932 -#if __STDC_VERSION__ >= 199901L +#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* The floating-point expression evaluation method. -1 indeterminate 0 evaluate all operations and constants just to the range and |