From 2ad0baf4e6309b2987379ae714c22cd018f30d74 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 31 May 2011 07:57:53 -0700 Subject: [PATCH] * src/data.c (init_data): Remove code for UTS, this system is not supported anymore. --- src/ChangeLog | 5 +++++ src/data.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 263ac124553..23e3d0b6c3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-31 Dan Nicolaescu + + * data.c (init_data): Remove code for UTS, this system is not + supported anymore. + 2011-05-31 Dan Nicolaescu Don't force ./temacs to start in terminal mode. diff --git a/src/data.c b/src/data.c index 443d78376d9..78bd454056d 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 */ } -- 2.39.5