diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index c99ba487e71..20b90e63a85 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include "config.h" |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "syssignal.h" | ||
| 25 | 26 | ||
| 26 | Lisp_Object Qarith_error; | 27 | Lisp_Object Qarith_error; |
| 27 | 28 | ||
| @@ -509,11 +510,7 @@ float_error (signo) | |||
| 509 | #ifdef BSD4_1 | 510 | #ifdef BSD4_1 |
| 510 | sigrelse (SIGILL); | 511 | sigrelse (SIGILL); |
| 511 | #else /* not BSD4_1 */ | 512 | #else /* not BSD4_1 */ |
| 512 | { | 513 | sigsetmask (SIGEMPTYMASK); |
| 513 | int dummy; | ||
| 514 | |||
| 515 | EMACS_SIGSETMASK (0, dummy); | ||
| 516 | } | ||
| 517 | #endif /* not BSD4_1 */ | 514 | #endif /* not BSD4_1 */ |
| 518 | #else | 515 | #else |
| 519 | /* Must reestablish handler each time it is called. */ | 516 | /* Must reestablish handler each time it is called. */ |