comparison src/floatfns.c @ 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 7ed290bef028
children d00aaf536bfd
comparison
equal deleted inserted replaced
3093:84fdb06c337d 3094:4b3770f84aa7
53 53
54 #ifdef LISP_FLOAT_TYPE 54 #ifdef LISP_FLOAT_TYPE
55 55
56 #include <math.h> 56 #include <math.h>
57 57
58 #ifndef hpux
58 /* These declarations are omitted on some systems, like Ultrix. */ 59 /* These declarations are omitted on some systems, like Ultrix. */
59 extern double logb (); 60 extern double logb ();
61 #endif
60 62
61 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) 63 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW)
62 /* If those are defined, then this is probably a `matherr' machine. */ 64 /* If those are defined, then this is probably a `matherr' machine. */
63 # ifndef HAVE_MATHERR 65 # ifndef HAVE_MATHERR
64 # define HAVE_MATHERR 66 # define HAVE_MATHERR