diff options
| author | Jim Blandy | 1992-05-10 18:15:10 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-05-10 18:15:10 +0000 |
| commit | e065a56e2d6322cba165ceb5c1d46cc59c5a5148 (patch) | |
| tree | 4b00ff121a271a6b9e8df84cf7eb1fb340be0e3d /src/data.c | |
| parent | 1b1f8f85bf08bd6b1cdb5ca8d731ff3b12ff60d2 (diff) | |
| download | emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.tar.gz emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.zip | |
*** empty log message ***
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); |