From: fred Date: Tue, 26 Mar 2002 22:47:41 +0000 (+0000) Subject: lilypond-1.3.49 X-Git-Tag: release/1.5.59~1788 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aff5e4da3352f4c92ae7c1b1c990363e15dc9b2a;p=lilypond.git lilypond-1.3.49 --- 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);