|
From: Henri A. <has...@us...> - 2004-10-29 07:25:27
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32460 Modified Files: landqueue.c Log Message: Removed some gcc warnings. Index: landqueue.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landqueue.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** landqueue.c 23 Oct 2004 21:30:56 -0000 1.2 --- landqueue.c 29 Oct 2004 07:25:10 -0000 1.3 *************** *** 48,52 **** register hdllandglobals hg = landgetglobals (); register hdlqueuerecord x; ! register hdlqueuerecord hlast; register short queuedepth = 0; hdlqueuerecord hnew; --- 48,52 ---- register hdllandglobals hg = landgetglobals (); register hdlqueuerecord x; ! register hdlqueuerecord hlast = nil; register short queuedepth = 0; hdlqueuerecord hnew; |