aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-24 17:44:10 +0000
committerRichard M. Stallman <[email protected]>1993-05-24 17:44:10 +0000
commitf89182a25c6d5519abf1354ac39da67f0fd749c0 (patch)
tree7a5305f517b027e3349f04217292a5c4b1a230b8 /src
parent6a5e8243229619780a68b4082fd480ade212d1e0 (diff)
[NO_MATHERR]: Undef HAVE_MATHERR.
Diffstat (limited to 'src')
-rw-r--r--src/floatfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 4449d5c511..7d741ff144 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -65,6 +65,10 @@ extern double logb ();
# endif
#endif
+#ifndef NO_MATHERR
+#undef HAVE_MATHERR
+#endif
+
#ifdef HAVE_MATHERR
# ifdef FLOAT_CHECK_ERRNO
# undef FLOAT_CHECK_ERRNO