diff options
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 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.) |