Do not declare float_detect_tininess as external if it will be re-delared
as static later.
This commit is contained in:
parent
e20b165899
commit
94942af266
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169721
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user