aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-24 17:45:04 +0000
committerRichard M. Stallman1993-05-24 17:45:04 +0000
commitc0f0a4a2c3418700bf892a9d07ec78d95e78397e (patch)
tree3c4715eb5b7b96b5237f6704fde8ac504b928ba3 /src/floatfns.c
parent04f4386e0d0e563314bbf2c911ebcdf6774cb659 (diff)
downloademacs-c0f0a4a2c3418700bf892a9d07ec78d95e78397e.tar.gz
emacs-c0f0a4a2c3418700bf892a9d07ec78d95e78397e.zip
Fix typo in last change.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c2
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