Revert parts of 96d081c1 that touched source code or autotools files.

This commit is contained in:
Erik de Castro Lopo
2013-01-03 06:25:21 +11:00
parent f67928dec4
commit fb13acc457
3 changed files with 3 additions and 3 deletions

View File

@@ -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...