diff xrogue/eat.c @ 220:f54901b9c39b

XRogue: convert to ANSI-style function declarations.
author John "Elwin" Edwards
date Wed, 02 Mar 2016 21:13:26 -0500
parents e6179860cb76
children 7c1cb43f346e
line wrap: on
line diff
--- a/xrogue/eat.c	Fri Feb 19 21:02:28 2016 -0500
+++ b/xrogue/eat.c	Wed Mar 02 21:13:26 2016 -0500
@@ -24,7 +24,8 @@
  *      He wants to eat something, so let him try
  */
 
-eat()
+void
+eat(void)
 {
     register struct linked_list *item;
     int which;