From aff5e4da3352f4c92ae7c1b1c990363e15dc9b2a Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:47:41 +0000 Subject: [PATCH] lilypond-1.3.49 --- flower/include/libc-extension.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flower/include/libc-extension.hh b/flower/include/libc-extension.hh index 06485629e7..5d63e995d5 100644 --- a/flower/include/libc-extension.hh +++ b/flower/include/libc-extension.hh @@ -32,6 +32,11 @@ int vsnprintf (char *str, size_t, char const *format, va_list args); #endif +#if !HAVE_ISINF // BSD extension +int isinf (double x); + +#endif + Byte *memrchr (Byte const * p, int n, char c); Byte *strrev (Byte* byte_l, int length_i); -- 2.39.5