changeset 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 638b60fd98d0
children 84c09f9334e7
files src/floatfns.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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.  */