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