projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9f276
)
Add newlines so that error messages format better.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Oct 1995 07:53:24 +0000
(07:53 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Oct 1995 07:53:24 +0000
(07:53 +0000)
v7/src/microcode/os2.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2.c
b/v7/src/microcode/os2.c
index ce0ca633709bbd560bdbae255ba9efd733ee84e2..8b9173bfe1766b2e0ab51bf3dd97851d6219edd8 100644
(file)
--- a/
v7/src/microcode/os2.c
+++ b/
v7/src/microcode/os2.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2.c,v 1.
6 1995/06/23 07:40:25
cph Exp $
+$Id: os2.c,v 1.
7 1995/10/30 07:53:24
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-370,6
+370,7
@@
OS2_logic_error_1 (const char * description,
if (OS2_essential_thread_p (tid))
{
outf_fatal (format, "Fatal", tid, file, line, description, "");
+ outf_fatal ("\n\n");
termination_init_error ();
}
else