From 7ecb6f5bd0216ff59fbb8947f99edcc8099d22bc Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Thu, 11 Sep 2008 22:50:51 +0000 Subject: float.h (DEC_EVAL_METHOD): Correct the macro name. gcc/ * ginclude/float.h (DEC_EVAL_METHOD): Correct the macro name. gcc/testsuite * gcc.dg/dfp/dec-eval-method-2.c: New test. From-SVN: r140301 --- gcc/ginclude/float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ginclude') diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h index 23ce8f4..5d9f918 100644 --- a/gcc/ginclude/float.h +++ b/gcc/ginclude/float.h @@ -233,8 +233,8 @@ Boston, MA 02110-1301, USA. */ 2 evaluate all operations and constants to the range and precision of the _Decimal128 type. */ -#undef DECFLT_EVAL_METHOD -#define DECFLT_EVAL_METHOD __DECFLT_EVAL_METHOD__ +#undef DEC_EVAL_METHOD +#define DEC_EVAL_METHOD __DEC_EVAL_METHOD__ #endif /* __STDC_WANT_DEC_FP__ */ -- cgit v1.1