|
From: Andre R. <and...@us...> - 2004-10-24 16:52:26
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21449/Frontier/Common/UserLandIACToolkit Modified Files: landsystem7.c Log Message: In call to AEResumeThisEvent, coerce kAENoDispatch constant argument to AEEventHandlerUPP to make Xcode/GCC happy. Index: landsystem7.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landsystem7.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** landsystem7.c 23 Oct 2004 21:31:26 -0000 1.2 --- landsystem7.c 24 Oct 2004 16:52:16 -0000 1.3 *************** *** 843,847 **** (void) landhandleverb (hv); ! AEResumeTheCurrentEvent (&event, &reply, kAENoDispatch, 0); exitprocessthread (); --- 843,847 ---- (void) landhandleverb (hv); ! AEResumeTheCurrentEvent (&event, &reply, (AEEventHandlerUPP) kAENoDispatch, 0); exitprocessthread (); |