|
From: Andre R. <and...@us...> - 2004-10-28 23:00:27
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv554/Frontier/Common/SystemHeaders Modified Files: land.h Log Message: Eliminated GCC compiler warnings., Index: land.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/land.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** land.h 24 Oct 2004 17:10:56 -0000 1.2 --- land.h 28 Oct 2004 23:00:16 -0000 1.3 *************** *** 435,439 **** landeventrecordcallback breakembraceroutine; /*if non-nil, break a synchronous deadly embrace*/ ! /*landcallback menuscriptcompleteroutine; /*if non-nil, callback when script completes*/ /*names that begin with "mac" are inherently NOT cross-platform*/ --- 435,439 ---- landeventrecordcallback breakembraceroutine; /*if non-nil, break a synchronous deadly embrace*/ ! /*landcallback menuscriptcompleteroutine; /%if non-nil, callback when script completes*/ /*names that begin with "mac" are inherently NOT cross-platform*/ *************** *** 471,475 **** short maxqueuedepth; /*for stats window -- the longest chain in the system 6 queue*/ ! /*Handle mactypes; /*for system 7, maps our param types to Apple's*/ long initialfreemem; /*for stats window -- the amount of memory free after landinit*/ --- 471,475 ---- short maxqueuedepth; /*for stats window -- the longest chain in the system 6 queue*/ ! /*Handle mactypes; /%for system 7, maps our param types to Apple's*/ long initialfreemem; /*for stats window -- the amount of memory free after landinit*/ |