From: Dave Love Date: Fri, 2 Jun 2000 15:40:51 +0000 (+0000) Subject: Add NO_MATHERR. X-Git-Tag: emacs-pretest-21.0.90~3550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9821d77abd8ee5878ece6bcca44a777d00d0b06a;p=emacs.git Add NO_MATHERR. --- diff --git a/src/config.in b/src/config.in index c26baa4ba46..8a28d6ba09a 100644 --- a/src/config.in +++ b/src/config.in @@ -405,6 +405,9 @@ Boston, MA 02111-1307, USA. */ #define SIGTYPE RETSIGTYPE #endif +/* Define this if you don't have struct exception in math.h. */ +#undef NO_MATHERR + #ifdef emacs /* Don't do this for lib-src. */ /* Tell regex.c to use a type compatible with Emacs. */ #define RE_TRANSLATE_TYPE Lisp_Object