Mercurial > emacs
changeset 3094:4b3770f84aa7
(logb): Don't declare if hpux.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 May 1993 20:41:49 +0000 |
parents | 84fdb06c337d |
children | ef7d99920f81 |
files | src/floatfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <math.h> +#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. */