(emp_sig_t): Pre-ISO C compatibility cruft. Just use void.
This commit is contained in:
parent
b218799e15
commit
4fa84b5cb1
7 changed files with 10 additions and 19 deletions
|
@ -297,7 +297,7 @@ close_files(void)
|
|||
}
|
||||
|
||||
/* we're going down. try to close the files at least */
|
||||
emp_sig_t
|
||||
void
|
||||
panic(int sig)
|
||||
{
|
||||
#if !defined(_WIN32)
|
||||
|
@ -324,7 +324,7 @@ panic(int sig)
|
|||
_exit(0);
|
||||
}
|
||||
|
||||
emp_sig_t
|
||||
void
|
||||
shutdwn(int sig)
|
||||
{
|
||||
struct player *p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue