From: Richard Kenner Date: Tue, 16 May 1995 02:36:03 +0000 (-0400) Subject: (CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e787a350fd7a5eb87dcbc810c74d93ee8915d640;p=gcc.git (CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter. From-SVN: r9698 --- 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) \