more modifications due to lint

This commit is contained in:
dick
1988-08-23 12:45:11 +00:00
parent 9b082e6d5a
commit 78599e150a
15 changed files with 60 additions and 67 deletions

View File

@@ -371,12 +371,13 @@ preprocess()
#endif NOPP
#endif DEBUG
No_Mem()
No_Mem() /* called by alloc package */
{
fatal("out of memory");
}
C_failed()
C_failed() /* called by EM_code module */
{
fatal("write failed");
}