Commit 8c135f84 by Clinton Popetz Committed by Clinton Popetz

* config/fp-bit.c (_unord_f2): Fix typo.

From-SVN: r31613
parent f7cf9dd6
2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
* config/fp-bit.c (_unord_f2): Fix typo.
2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
* c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
......
......@@ -1388,7 +1388,7 @@ _unord_f2 (FLO_type arg_a, FLO_type arg_b)
unpack_d (&au, &a);
unpack_d (&bu, &b);
return (isnan (&a) || isnan (&b);
return (isnan (&a) || isnan (&b));
}
#endif
......
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