Mercurial > emacs
changeset 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 | cfb65c58eb9a |
children | df18eceab9df |
files | src/floatfns.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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