]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
* flower/libc-extension.cc: idem.
[lilypond.git] / flower / include / libc-extension.hh
index 4040543768f1dd08b8a477df860b1ff79945fc2e..ecf6d25810a4ff1acf5236d322a1b705645df618 100644 (file)
@@ -33,15 +33,10 @@ int snprintf (char *str, size_t n, char const *format, ...);
 int vsnprintf (char *str, size_t, char const *format, va_list args);
 #endif
 
-
+#ifndef isinf
 #if !HAVE_ISINF                        // BSD extension 
 int isinf (double x);
-
 #endif
-
-
-#if ! HAVE_LRINT
-#define lrint(__x) ((long) (round (__x)))
 #endif