aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorKarl Heuer1996-01-05 10:03:17 +0000
committerKarl Heuer1996-01-05 10:03:17 +0000
commit8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch)
tree8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/floatfns.c
parent34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff)
downloademacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz
emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip
Comment fixes.
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 4a9e969a8a2..f26e6945bf0 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
37 (What systems actually do this? Please let us know.) 37 (What systems actually do this? Please let us know.)
38 38
39 Define FLOAT_CHECK_DOMAIN if the float library doesn't handle errors by 39 Define FLOAT_CHECK_DOMAIN if the float library doesn't handle errors by
40 either setting errno, or signalling SIGFPE/SIGILL. Otherwise, domain and 40 either setting errno, or signaling SIGFPE/SIGILL. Otherwise, domain and
41 range checking will happen before calling the float routines. This has 41 range checking will happen before calling the float routines. This has
42 no effect if HAVE_MATHERR is defined (since matherr will be called when 42 no effect if HAVE_MATHERR is defined (since matherr will be called when
43 a domain error occurs.) 43 a domain error occurs.)