Oooops I forgot to commit that.

Use fp_rnd_t, not fp_rnd.

Reported by:	Jia-Shiun Li (jiashiun at gmail dot com)
This commit is contained in:
cognet 2004-12-08 18:41:42 +00:00
parent bf7a77645b
commit ef8150870e

View File

@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$");
Floating-point rounding mode and exception flags.
-------------------------------------------------------------------------------
*/
fp_rnd float_rounding_mode = float_round_nearest_even;
fp_rnd_t float_rounding_mode = float_round_nearest_even;
fp_except float_exception_flags = 0;
/*