diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | 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,5 +1,10 @@ | |||
| 1 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * data.c (init_data): Remove code for UTS, this system is not | ||
| 4 | supported anymore. | ||
| 5 | |||
| 6 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 7 | |||
| 3 | Don't force ./temacs to start in terminal mode. | 8 | Don't force ./temacs to start in terminal mode. |
| 4 | 9 | ||
| 5 | * frame.c (make_initial_frame): Initialize faces in all cases, not | 10 | * frame.c (make_initial_frame): Initialize faces in all cases, not |
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) | |||
| 3220 | return; | 3220 | return; |
| 3221 | #endif /* CANNOT_DUMP */ | 3221 | #endif /* CANNOT_DUMP */ |
| 3222 | signal (SIGFPE, arith_error); | 3222 | signal (SIGFPE, arith_error); |
| 3223 | |||
| 3224 | #ifdef uts | ||
| 3225 | signal (SIGEMT, arith_error); | ||
| 3226 | #endif /* uts */ | ||
| 3227 | } | 3223 | } |