From: Richard M. Stallman Date: Fri, 6 May 1994 18:14:02 +0000 (+0000) Subject: Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. X-Git-Tag: emacs-19.34~8492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7240919a3009128f1b777158346aac6444e85022;p=emacs.git Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. --- diff --git a/src/floatfns.c b/src/floatfns.c index 42d315d208a..8bfb8814b6f 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