comparison 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
comparison
equal deleted inserted replaced
7176:ec4ceae924cd 7177:9e627ca8f0a0
74 #endif 74 #endif
75 75
76 #include <math.h> 76 #include <math.h>
77 77
78 /* This declaration is omitted on some systems, like Ultrix. */ 78 /* This declaration is omitted on some systems, like Ultrix. */
79 #if !defined (hpux) && defined (HAVE_LOGB) 79 #if !defined (HPUX) && defined (HAVE_LOGB)
80 extern double logb (); 80 extern double logb ();
81 #endif /* !hpux && HAVE_LOGB */ 81 #endif /* not HPUX and HAVE_LOGB */
82 82
83 #ifndef MSDOS 83 #ifndef MSDOS
84 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) 84 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW)
85 /* If those are defined, then this is probably a `matherr' machine. */ 85 /* If those are defined, then this is probably a `matherr' machine. */
86 # ifndef HAVE_MATHERR 86 # ifndef HAVE_MATHERR