aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-25 20:41:49 +0000
committerRichard M. Stallman <[email protected]>1993-05-25 20:41:49 +0000
commitbbc4efeba0e1d1088f904648a935419f3dff4c14 (patch)
treec56bfc140bd6ed93cf0d2d08b1d0615ae2d3cc3a /src
parent3d3bd052687e86c314582b7c9fda1125a57d1c87 (diff)
(logb): Don't declare if hpux.
Diffstat (limited to 'src')
-rw-r--r--src/floatfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 999d0a8639..1b6487afae 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -55,8 +55,10 @@ Lisp_Object Qarith_error;
#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. */