# HG changeset patch # User Pavel Jank # Date 1002866854 0 # Node ID a9c8422074c996ed19f42b37969dd0142fb58d1a # Parent 638b60fd98d05da3a85d4679c82d10ed16f92864 float_error() is defined iff FLOAT_CATCH_SIGILL is defined. diff -r 638b60fd98d0 -r a9c8422074c9 src/floatfns.c --- 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. */