|
From: Andre R. <and...@us...> - 2004-10-24 19:24:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28142/Frontier/Common/source Modified Files: shellhooks.c Log Message: In shellcallwakeuphooks, use hdlprocessthread as type of parameter instead of struct tythreadglobals** to make Xcode/GCC happy. Index: shellhooks.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellhooks.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shellhooks.c 23 Oct 2004 22:53:32 -0000 1.2 --- shellhooks.c 24 Oct 2004 19:24:34 -0000 1.3 *************** *** 483,487 **** ! boolean shellcallwakeuphooks (struct tythreadglobals **hthread) { /* --- 483,487 ---- ! boolean shellcallwakeuphooks (hdlprocessthread hthread) { /* |