diff options
Diffstat (limited to 'gcc/ginclude/decfloat.h')
-rw-r--r-- | gcc/ginclude/decfloat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ginclude/decfloat.h b/gcc/ginclude/decfloat.h index fbf13463316..03e0a7bf2e8 100644 --- a/gcc/ginclude/decfloat.h +++ b/gcc/ginclude/decfloat.h @@ -86,9 +86,9 @@ Boston, MA 02110-1301, USA. */ #undef DEC32_DEN #undef DEC64_DEN #undef DEC128_DEN -#define DEC32_DEN __DEC32_MIN__ -#define DEC64_DEN __DEC64_MIN__ -#define DEC128_DEN __DEC128_MIN__ +#define DEC32_DEN __DEC32_DEN__ +#define DEC64_DEN __DEC64_DEN__ +#define DEC128_DEN __DEC128_DEN__ /* The floating-point expression evaluation method. -1 indeterminate |