# HG changeset patch # User Richard M. Stallman # Date 738362509 0 # Node ID 4b3770f84aa7bb3da231cc31192c8c0d7cd1f4a1 # Parent 84fdb06c337d1a2b6dd7f6f860a09f5bb67bbb0b (logb): Don't declare if hpux. diff -r 84fdb06c337d -r 4b3770f84aa7 src/floatfns.c --- a/src/floatfns.c Tue May 25 20:11:39 1993 +0000 +++ b/src/floatfns.c Tue May 25 20:41:49 1993 +0000 @@ -55,8 +55,10 @@ #include +#ifndef hpux /* These declarations are omitted on some systems, like Ultrix. */ extern double logb (); +#endif #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) /* If those are defined, then this is probably a `matherr' machine. */