mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Revert parts of 96d081c1 that touched source code or autotools files.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#elif defined(__GNUC__)
|
||||
#define copysign __builtin_copysign
|
||||
#endif
|
||||
inline long int lround(double x) {
|
||||
static inline long int lround(double x) {
|
||||
return (long)(x + copysign (0.5, x));
|
||||
}
|
||||
//If this fails, we are in the precence of a mid 90's compiler..move along...
|
||||
|
||||
Reference in New Issue
Block a user