Mercurial > emacs
changeset 7177:9e627ca8f0a0
(logb): Test HPUX, not hpux.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 19:37:53 +0000 |
parents | ec4ceae924cd |
children | 349c14d8be3a |
files | src/floatfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/floatfns.c Thu Apr 28 19:27:47 1994 +0000 +++ b/src/floatfns.c Thu Apr 28 19:37:53 1994 +0000 @@ -76,9 +76,9 @@ #include <math.h> /* This declaration is omitted on some systems, like Ultrix. */ -#if !defined (hpux) && defined (HAVE_LOGB) +#if !defined (HPUX) && defined (HAVE_LOGB) extern double logb (); -#endif /* !hpux && HAVE_LOGB */ +#endif /* not HPUX and HAVE_LOGB */ #ifndef MSDOS #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW)