Mercurial > emacs
comparison src/floatfns.c @ 3025:d09f68ccd145
[NO_MATHERR]: Undef HAVE_MATHERR.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 24 May 1993 17:44:10 +0000 |
| parents | e94a593c3952 |
| children | 7ed290bef028 |
comparison
equal
deleted
inserted
replaced
| 3024:69f67c3e6f81 | 3025:d09f68ccd145 |
|---|---|
| 61 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) | 61 #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) |
| 62 /* If those are defined, then this is probably a `matherr' machine. */ | 62 /* If those are defined, then this is probably a `matherr' machine. */ |
| 63 # ifndef HAVE_MATHERR | 63 # ifndef HAVE_MATHERR |
| 64 # define HAVE_MATHERR | 64 # define HAVE_MATHERR |
| 65 # endif | 65 # endif |
| 66 #endif | |
| 67 | |
| 68 #ifndef NO_MATHERR | |
| 69 #undef HAVE_MATHERR | |
| 66 #endif | 70 #endif |
| 67 | 71 |
| 68 #ifdef HAVE_MATHERR | 72 #ifdef HAVE_MATHERR |
| 69 # ifdef FLOAT_CHECK_ERRNO | 73 # ifdef FLOAT_CHECK_ERRNO |
| 70 # undef FLOAT_CHECK_ERRNO | 74 # undef FLOAT_CHECK_ERRNO |
