Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS update: Vanilla/robots
Date: Tuesday July 13, 1999 @ 20:41
Author: tanner
Update of /home/netrek/cvsroot/Vanilla/robots
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv11959/robots
Modified Files:
robotII.c
Log Message:
* robots/robotII.c (main): remove warning of return type on main.
* tools/update.c: removed redefination warning.
****************************************
Index: Vanilla/robots/robotII.c
diff -u Vanilla/robots/robotII.c:1.1.1.1 Vanilla/robots/robotII.c:1.2
--- Vanilla/robots/robotII.c:1.1.1.1 Wed Nov 11 20:44:54 1998
+++ Vanilla/robots/robotII.c Tue Jul 13 20:41:55 1999
@@ -46,7 +46,7 @@
char *rnames[6] = { "M5", "Colossus", "Guardian", "HAL", "HunterKiller",
"TERMINATOR"};
-void main(argc, argv)
+int main(argc, argv)
int argc;
char **argv;
{