From e787a350fd7a5eb87dcbc810c74d93ee8915d640 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 15 May 1995 22:36:03 -0400 Subject: [PATCH] (CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter. From-SVN: r9698 --- gcc/config/tahoe/tahoe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/tahoe/tahoe.h b/gcc/config/tahoe/tahoe.h index 71cd30196c1..d6dd08fe4a0 100644 --- a/gcc/config/tahoe/tahoe.h +++ b/gcc/config/tahoe/tahoe.h @@ -133,7 +133,7 @@ extern int target_flags; /* this section is borrowed from the vax version since the */ /* formats are the same in both of the architectures */ -#define CHECK_FLOAT_VALUE(MODE, D, OVEFLOW) \ +#define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \ if (OVERFLOW) \ (D) = 1.7014117331926443e+38; \ else if ((MODE) == SFmode) \ -- 2.30.2