From 7240919a3009128f1b777158346aac6444e85022 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 May 1994 18:14:02 +0000 Subject: [PATCH] Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. --- src/floatfns.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5