|
From: Karsten W. <kar...@us...> - 2006-02-02 18:49:12
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12342 Modified Files: Tag: pre_int64_branch iacnetwork.c iacops.c iacsysevents.c Log Message: second round (minor) changes for i64 Index: iacnetwork.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacnetwork.c,v retrieving revision 1.4 retrieving revision 1.4.6.1 diff -C2 -d -r1.4 -r1.4.6.1 *** iacnetwork.c 11 Jan 2005 22:48:36 -0000 1.4 --- iacnetwork.c 2 Feb 2006 18:49:03 -0000 1.4.6.1 *************** *** 213,217 **** static pascal Boolean string2networkaddress (ConstStr255Param bsadr, TargetID *target) { ! /* 2004-10-21 aradke: Can't do this on Carbon, give up and return bogus error --- 213,217 ---- static pascal Boolean string2networkaddress (ConstStr255Param bsadr, TargetID *target) { ! #pragma unused (bsadr, target) /* 2004-10-21 aradke: Can't do this on Carbon, give up and return bogus error Index: iacsysevents.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacsysevents.c,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** iacsysevents.c 11 Jan 2005 22:48:37 -0000 1.3 --- iacsysevents.c 2 Feb 2006 18:49:03 -0000 1.3.6.1 *************** *** 145,149 **** Boolean IACremovesystemhandler (AEEventClass eventclass, AEEventID id, ProcPtr handler) { ! hdlsystemhandler h = hfirstsystemhandler; hdlsystemhandler hprev = nil; --- 145,149 ---- Boolean IACremovesystemhandler (AEEventClass eventclass, AEEventID id, ProcPtr handler) { ! #pragma unused (handler) hdlsystemhandler h = hfirstsystemhandler; hdlsystemhandler hprev = nil; Index: iacops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacops.c,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** iacops.c 11 Jan 2005 22:48:36 -0000 1.3 --- iacops.c 2 Feb 2006 18:49:03 -0000 1.3.6.1 *************** *** 100,104 **** pascal short IACwaitroutine (EventRecord *ev, long *sleep, RgnHandle *mousergn) { ! /* called by the AppleEvent manager during AESend to give the user a chance to --- 100,104 ---- pascal short IACwaitroutine (EventRecord *ev, long *sleep, RgnHandle *mousergn) { ! #pragma unused (sleep, mousergn) /* called by the AppleEvent manager during AESend to give the user a chance to |