]> code.delx.au - gnu-emacs/commitdiff
float_error() is defined iff FLOAT_CATCH_SIGILL is defined.
authorPavel Janík <Pavel@Janik.cz>
Fri, 12 Oct 2001 06:08:01 +0000 (06:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 12 Oct 2001 06:08:01 +0000 (06:08 +0000)
src/ChangeLog
src/floatfns.c

index 4bf6ae794e246b9a453223d260735b6a41c6acaa..56b2587172c0ccf7282ec7c8904a24c877dcdf81 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
+       defined.
+
 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
 
        * xfns.c (x_create_bitmap_from_file, x_find_image_file):
index 926235f5fe2f406f4a6aa1bedd6f18340ba72f79..f8a3e6f369d752a196a26ec609f9e5c4685bac2f 100644 (file)
@@ -122,7 +122,9 @@ extern int errno;
 #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.  */