diff xrogue/eat.c @ 225:4f6e056438eb

Merge the GCC5 and build fix branches.
author John "Elwin" Edwards
date Wed, 02 Mar 2016 21:28:34 -0500
parents f54901b9c39b
children 7c1cb43f346e
line wrap: on
line diff
--- a/xrogue/eat.c	Fri Feb 26 17:30:30 2016 -0500
+++ b/xrogue/eat.c	Wed Mar 02 21:28:34 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;