Commit 067aea74 by Chris Smith

Fix capitalization of OVERFLOW in CHECK_FLOAT_VALUE definition

From-SVN: r14523
parent e3482774
......@@ -1175,7 +1175,7 @@ extern double atof();
/* Check a `double' value for validity for a particular machine mode. */
#define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \
overflow = check_float_value (MODE, &D, OVERFLOW)
OVERFLOW = check_float_value (MODE, &D, OVERFLOW)
/* Tell final.c how to eliminate redundant test instructions. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment