|
From: Andre R. <and...@us...> - 2004-10-24 18:00:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5347/Frontier/Common/source Modified Files: about.c Log Message: Use hdlprocessthread in aboutsetthreadstring argument list to make Xcode/GCC happy. Index: about.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/about.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** about.c 23 Oct 2004 22:11:06 -0000 1.2 --- about.c 24 Oct 2004 18:00:04 -0000 1.3 *************** *** 830,836 **** ! boolean aboutsetthreadstring (hdlthreadglobals hg, boolean flin) { register hdlcancoonrecord hc = cancoonglobals; boolean fl = false; hdlwindowinfo hinfo; --- 830,837 ---- ! boolean aboutsetthreadstring (hdlprocessthread hp, boolean flin) { register hdlcancoonrecord hc = cancoonglobals; + hdlthreadglobals hg = (hdlthreadglobals) hp; boolean fl = false; hdlwindowinfo hinfo; |