Changed debugging information to also work for Solaris 2

This commit is contained in:
ceriel
1993-11-10 12:44:24 +00:00
parent 9a7b9d316e
commit bc4aac7ee6
5 changed files with 42 additions and 42 deletions

View File

@@ -271,11 +271,13 @@ print("\nNumber of lines read: %d\n", cntlines);
}
#endif
void
No_Mem()
{
fatal("out of memory");
}
void
C_failed()
{
fatal("write failed");