mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
@@ -59,7 +59,7 @@
|
||||
#define copysign __builtin_copysign
|
||||
#endif
|
||||
static inline long int lround(double x) {
|
||||
return (long)(x + copysign (0.5, x));
|
||||
return (long)(x + copysign (0.5, x));
|
||||
}
|
||||
/* If this fails, we are in the presence of a mid 90's compiler, move along... */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user