diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/data.c b/src/data.c index 48af4ec9149..4e95494d593 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1959,11 +1959,7 @@ arith_error (signo) | |||
| 1959 | #ifdef BSD4_1 | 1959 | #ifdef BSD4_1 |
| 1960 | sigrelse (SIGFPE); | 1960 | sigrelse (SIGFPE); |
| 1961 | #else /* not BSD4_1 */ | 1961 | #else /* not BSD4_1 */ |
| 1962 | { | 1962 | sigsetmask (SIGEMPTYMASK); |
| 1963 | int dummy; | ||
| 1964 | |||
| 1965 | EMACS_SIGSETMASK (SIGEMPTYMASK, dummy); | ||
| 1966 | } | ||
| 1967 | #endif /* not BSD4_1 */ | 1963 | #endif /* not BSD4_1 */ |
| 1968 | 1964 | ||
| 1969 | Fsignal (Qarith_error, Qnil); | 1965 | Fsignal (Qarith_error, Qnil); |