diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 7d741ff1443..999d0a86399 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -65,7 +65,7 @@ extern double logb (); | |||
| 65 | # endif | 65 | # endif |
| 66 | #endif | 66 | #endif |
| 67 | 67 | ||
| 68 | #ifndef NO_MATHERR | 68 | #ifdef NO_MATHERR |
| 69 | #undef HAVE_MATHERR | 69 | #undef HAVE_MATHERR |
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||