Mercurial > emacs
diff src/floatfns.c @ 7361:cbfcfccd5eae
Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 06 May 1994 18:14:02 +0000 |
| parents | cd81dba38a49 |
| children | bf93ac2d8409 |
line wrap: on
line diff
--- a/src/floatfns.c Fri May 06 17:29:23 1994 +0000 +++ b/src/floatfns.c Fri May 06 18:14:02 1994 +0000 @@ -77,14 +77,12 @@ 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
