diff options
author | Dave Love <fx@gnu.org> | 2000-06-02 15:40:51 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-02 15:40:51 +0000 |
commit | 9821d77abd8ee5878ece6bcca44a777d00d0b06a (patch) | |
tree | e4617da08b0db58021a7415fbf5aea3f048638ed /src/config.in | |
parent | 63c59d1ef8fe1a3acfac5557b0838e712cc88f28 (diff) | |
download | emacs-9821d77abd8ee5878ece6bcca44a777d00d0b06a.tar.gz |
Add NO_MATHERR.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 3 |
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. */ #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 |