fixed typo in S_abnormal_exit
original commit: 53780b295c876f524ca73b6e93ab27960808622d
This commit is contained in:
parent
3df996fe45
commit
0af9c2bbbf
2
LOG
2
LOG
|
@ -527,3 +527,5 @@
|
||||||
bytevector.ss, primdata.ss, new-io.c, prim5.c, externs.h,
|
bytevector.ss, primdata.ss, new-io.c, prim5.c, externs.h,
|
||||||
objects.stex, release_notes.stex,
|
objects.stex, release_notes.stex,
|
||||||
bytevector.ms, root-experr*
|
bytevector.ms, root-experr*
|
||||||
|
- fixed typo in S_abnormal_exit
|
||||||
|
schsig.c
|
||||||
|
|
|
@ -314,7 +314,7 @@ void S_error_abort(s) const char *s; {
|
||||||
|
|
||||||
void S_abnormal_exit() {
|
void S_abnormal_exit() {
|
||||||
S_abnormal_exit_proc();
|
S_abnormal_exit_proc();
|
||||||
fprintf(stderr, "abnormal_exit proedure did not exit\n");
|
fprintf(stderr, "abnormal_exit procedure did not exit\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user