Mercurial > emacs
diff src/floatfns.c @ 7177:9e627ca8f0a0
(logb): Test HPUX, not hpux.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 28 Apr 1994 19:37:53 +0000 |
| parents | 212dcd2c06e4 |
| children | a5199564772e |
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)
