aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-24 17:44:10 +0000
committerRichard M. Stallman1993-05-24 17:44:10 +0000
commitf89182a25c6d5519abf1354ac39da67f0fd749c0 (patch)
tree7a5305f517b027e3349f04217292a5c4b1a230b8 /src/floatfns.c
parent6a5e8243229619780a68b4082fd480ade212d1e0 (diff)
downloademacs-f89182a25c6d5519abf1354ac39da67f0fd749c0.tar.gz
emacs-f89182a25c6d5519abf1354ac39da67f0fd749c0.zip
[NO_MATHERR]: Undef HAVE_MATHERR.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 4449d5c5117..7d741ff1443 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -65,6 +65,10 @@ extern double logb ();
65# endif 65# endif
66#endif 66#endif
67 67
68#ifndef NO_MATHERR
69#undef HAVE_MATHERR
70#endif
71
68#ifdef HAVE_MATHERR 72#ifdef HAVE_MATHERR
69# ifdef FLOAT_CHECK_ERRNO 73# ifdef FLOAT_CHECK_ERRNO
70# undef FLOAT_CHECK_ERRNO 74# undef FLOAT_CHECK_ERRNO