# HG changeset patch # User Richard M. Stallman # Date 768248042 0 # Node ID cbfcfccd5eaef861bae0139cef65a1d6e8e934fd # Parent cfb65c58eb9a45a14396f1b8184282eb3f77c293 Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. diff -r cfb65c58eb9a -r cbfcfccd5eae src/floatfns.c --- 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