* src/data.c (init_data): Remove code for UTS, this system is not

supported anymore.
This commit is contained in:
Dan Nicolaescu 2011-05-31 07:57:53 -07:00
parent 4fcc2638bf
commit 2ad0baf4e6
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
* data.c (init_data): Remove code for UTS, this system is not
supported anymore.
2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
Don't force ./temacs to start in terminal mode.

View file

@ -3220,8 +3220,4 @@ init_data (void)
return;
#endif /* CANNOT_DUMP */
signal (SIGFPE, arith_error);
#ifdef uts
signal (SIGEMT, arith_error);
#endif /* uts */
}