|
From: Andre R. <and...@us...> - 2004-10-29 21:00:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17505 Modified Files: land.h Log Message: Fixed GCC compiler warnings. Index: land.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/land.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** land.h 28 Oct 2004 23:00:16 -0000 1.3 --- land.h 29 Oct 2004 20:59:57 -0000 1.4 *************** *** 574,579 **** pascal boolean landdeleteverb (tyverbclass, tyverbtoken); - pascal void landsystem7checktimeouts (EventRecord *ev); - pascal boolean landeventfilter (EventRecord *); --- 574,577 ---- |