XRogue: convert to ANSI-style function declarations.
This commit is contained in:
parent
e8e6e604c3
commit
2853120387
41 changed files with 1281 additions and 908 deletions
|
|
@ -24,7 +24,8 @@
|
|||
* He wants to eat something, so let him try
|
||||
*/
|
||||
|
||||
eat()
|
||||
void
|
||||
eat(void)
|
||||
{
|
||||
register struct linked_list *item;
|
||||
int which;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue