From 9821d77abd8ee5878ece6bcca44a777d00d0b06a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 2 Jun 2000 15:40:51 +0000 Subject: [PATCH] Add NO_MATHERR. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2