From: Dan Nicolaescu Date: Tue, 31 May 2011 14:57:53 +0000 (-0700) Subject: * src/data.c (init_data): Remove code for UTS, this system is not X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ad0baf4e6309b2987379ae714c22cd018f30d74;p=emacs.git * src/data.c (init_data): Remove code for UTS, this system is not supported anymore. --- 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 */ }