Added void for some functions

This commit is contained in:
ceriel
1993-11-10 12:42:25 +00:00
parent 2662c3984d
commit 37ab68909b
5 changed files with 7 additions and 0 deletions

View File

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