aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-02 15:40:51 +0000
committerDave Love2000-06-02 15:40:51 +0000
commit9821d77abd8ee5878ece6bcca44a777d00d0b06a (patch)
treee4617da08b0db58021a7415fbf5aea3f048638ed /src
parent63c59d1ef8fe1a3acfac5557b0838e712cc88f28 (diff)
downloademacs-9821d77abd8ee5878ece6bcca44a777d00d0b06a.tar.gz
emacs-9821d77abd8ee5878ece6bcca44a777d00d0b06a.zip
Add NO_MATHERR.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
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. */
405#define SIGTYPE RETSIGTYPE 405#define SIGTYPE RETSIGTYPE
406#endif 406#endif
407 407
408/* Define this if you don't have struct exception in math.h. */
409#undef NO_MATHERR
410
408#ifdef emacs /* Don't do this for lib-src. */ 411#ifdef emacs /* Don't do this for lib-src. */
409/* Tell regex.c to use a type compatible with Emacs. */ 412/* Tell regex.c to use a type compatible with Emacs. */
410#define RE_TRANSLATE_TYPE Lisp_Object 413#define RE_TRANSLATE_TYPE Lisp_Object