revert; lroundf isn't needed with latest changes

This commit is contained in:
AJ Kelly
2007-01-03 05:13:28 +00:00
parent 4fd86bae49
commit c8d83fc337
@@ -109,7 +109,6 @@ static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
#define NEED_TRUNCF
#define NEED_ROUNDF
#define NEED_STRTOF
#define NEED_LROUNDF
#define MISSING_STDINT_H
#endif