Do not declare float_detect_tininess as external if it will be re-delared

as static later.
This commit is contained in:
Alexander Kabaev 2007-05-19 04:34:42 +00:00
parent e20b165899
commit 94942af266
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169721

View File

@ -71,7 +71,9 @@ typedef struct {
Software IEC/IEEE floating-point underflow tininess-detection mode.
-------------------------------------------------------------------------------
*/
#ifndef SOFTFLOAT_FOR_GCC
extern int float_detect_tininess;
#endif
enum {
float_tininess_after_rounding = 0,
float_tininess_before_rounding = 1