aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-06 18:14:02 +0000
committerRichard M. Stallman <[email protected]>1994-05-06 18:14:02 +0000
commit7240919a3009128f1b777158346aac6444e85022 (patch)
tree7052e25b3a0788ac282bb30d7b1c1ebedf991531 /src/floatfns.c
parent98270d54bf40f2f1d2e7932d810f8e1195e117f9 (diff)
Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 42d315d208..8bfb8814b6 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -77,14 +77,12 @@ Lisp_Object Qarith_error;
extern double logb ();
#endif /* not HPUX and HAVE_LOGB */
-#ifndef MSDOS
#if defined(DOMAIN) && defined(SING) && defined(OVERFLOW)
/* If those are defined, then this is probably a `matherr' machine. */
# ifndef HAVE_MATHERR
# define HAVE_MATHERR
# endif
#endif
-#endif
#ifdef NO_MATHERR
#undef HAVE_MATHERR