From 067aea74e22271b432c7aff753eb1278b3ae29b4 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 24 Jul 1997 03:51:04 +0000 Subject: [PATCH] Fix capitalization of OVERFLOW in CHECK_FLOAT_VALUE definition From-SVN: r14523 --- gcc/config/convex/convex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 0d598edd76d..41f1bacf5d9 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -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. */ -- 2.30.2