Advanced Rogue 7: convert to ANSI-style function declarations.
Almost 1500 lines of compiler warnings remain, and the GCC developers are already working on a new version with even more warnings turned on by default.
This commit is contained in:
parent
f38b2223c8
commit
e8e6e604c3
39 changed files with 1181 additions and 889 deletions
|
|
@ -20,7 +20,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