XRogue: convert to ANSI-style function declarations.

This commit is contained in:
John "Elwin" Edwards 2016-03-02 21:13:26 -05:00
parent e8e6e604c3
commit 2853120387
41 changed files with 1281 additions and 908 deletions

View file

@ -24,7 +24,8 @@
* He wants to eat something, so let him try
*/
eat()
void
eat(void)
{
register struct linked_list *item;
int which;