Mercurial > emacs
diff src/floatfns.c @ 39814:a9c8422074c9
float_error() is defined iff FLOAT_CATCH_SIGILL is defined.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Fri, 12 Oct 2001 06:07:34 +0000 |
| parents | 911382113c16 |
| children | cdfd4d09b79a |
line wrap: on
line diff
--- a/src/floatfns.c Fri Oct 12 03:44:45 2001 +0000 +++ b/src/floatfns.c Fri Oct 12 06:07:34 2001 +0000 @@ -122,7 +122,9 @@ #define sinh(x) ((exp(x)-exp(-x))*0.5) #endif /* VMS */ +#ifdef FLOAT_CATCH_SIGILL static SIGTYPE float_error (); +#endif /* Nonzero while executing in floating point. This tells float_error what to do. */
