* sysdeps/mips/ieee754.h: Remove excess #endif.

This commit is contained in:
Alexandre Oliva 2003-03-20 17:59:45 +00:00
parent 19ca28fb3f
commit 1a58876cc7

View File

@ -182,7 +182,6 @@ union ieee854_long_double
unsigned int negative:1;
#endif /* Little endian. */
} ieee_nan;
#endif
};
#define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */