emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104451: * src/data.c (init_data): Re


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104451: * src/data.c (init_data): Remove code for UTS, this system is not
Date: Tue, 31 May 2011 07:57:53 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104451
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-31 07:57:53 -0700
message:
  * src/data.c (init_data): Remove code for UTS, this system is not
  supported anymore.
modified:
  src/ChangeLog
  src/data.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-05-31 14:52:10 +0000
+++ b/src/ChangeLog     2011-05-31 14:57:53 +0000
@@ -1,5 +1,10 @@
 2011-05-31  Dan Nicolaescu  <address@hidden>
 
+       * data.c (init_data): Remove code for UTS, this system is not
+       supported anymore.
+
+2011-05-31  Dan Nicolaescu  <address@hidden>
+
        Don't force ./temacs to start in terminal mode.
 
        * frame.c (make_initial_frame): Initialize faces in all cases, not

=== modified file 'src/data.c'
--- a/src/data.c        2011-05-31 03:03:38 +0000
+++ b/src/data.c        2011-05-31 14:57:53 +0000
@@ -3220,8 +3220,4 @@
     return;
 #endif /* CANNOT_DUMP */
   signal (SIGFPE, arith_error);
-
-#ifdef uts
-  signal (SIGEMT, arith_error);
-#endif /* uts */
 }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]