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

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

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");

View file

@ -151,6 +151,7 @@ dependency(s, source)
else fprint(dep_fd, "%s\n", s);
}
void
No_Mem() /* called by alloc package */
{
fatal("out of memory");

View file

@ -208,6 +208,7 @@ ProcessArgs()
}
}
void
No_Mem()
{
fatal("out of memory");

View file

@ -749,6 +749,7 @@ static void check_assoc(prev_op, op) register prev_op, op;
}
}
void
No_Mem()
{
fatal("out of memory");