diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-24 17:45:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-24 17:45:04 +0000 |
commit | afc27a1c0853baad212e971849696158c205d172 (patch) | |
tree | 86ff6415384941b8995ecfd86d87b2ba8ffaf919 /src/floatfns.c | |
parent | 4f56ab2b0ca171eb8dc25782030410f88bff7e49 (diff) | |
download | emacs-afc27a1c0853baad212e971849696158c205d172.tar.gz |
Fix typo in last change.
Diffstat (limited to 'src/floatfns.c')
-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 (); # endif #endif -#ifndef NO_MATHERR +#ifdef NO_MATHERR #undef HAVE_MATHERR #endif |