aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 37144a5eb18..87eb1f129aa 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -885,7 +885,7 @@ float_error (signo)
885 if (! in_float) 885 if (! in_float)
886 fatal_error_signal (signo); 886 fatal_error_signal (signo);
887 887
888#ifdef BSD 888#ifdef BSD_SYSTEM
889#ifdef BSD4_1 889#ifdef BSD4_1
890 sigrelse (SIGILL); 890 sigrelse (SIGILL);
891#else /* not BSD4_1 */ 891#else /* not BSD4_1 */
@@ -894,7 +894,7 @@ float_error (signo)
894#else 894#else
895 /* Must reestablish handler each time it is called. */ 895 /* Must reestablish handler each time it is called. */
896 signal (SIGILL, float_error); 896 signal (SIGILL, float_error);
897#endif /* BSD */ 897#endif /* BSD_SYSTEM */
898 898
899 in_float = 0; 899 in_float = 0;
900 900