aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorJim Blandy1992-05-10 18:15:10 +0000
committerJim Blandy1992-05-10 18:15:10 +0000
commite065a56e2d6322cba165ceb5c1d46cc59c5a5148 (patch)
tree4b00ff121a271a6b9e8df84cf7eb1fb340be0e3d /src/floatfns.c
parent1b1f8f85bf08bd6b1cdb5ca8d731ff3b12ff60d2 (diff)
downloademacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.tar.gz
emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.zip
*** empty log message ***
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c7
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
26Lisp_Object Qarith_error; 27Lisp_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. */