X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4fcc2638bf7978aed4705df9b6902a7f7e3fd498..2ad0baf4e6309b2987379ae714c22cd018f30d74:/src/data.c diff --git a/src/data.c b/src/data.c index 443d78376d..78bd454056 100644 --- a/src/data.c +++ b/src/data.c @@ -3220,8 +3220,4 @@ init_data (void) return; #endif /* CANNOT_DUMP */ signal (SIGFPE, arith_error); - -#ifdef uts - signal (SIGEMT, arith_error); -#endif /* uts */ }