|
From: Andre R. <and...@us...> - 2004-10-23 21:39:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23862/Frontier/Common/IOAToolkit Modified Files: ioa.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioa.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioa.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioa.c 9 Oct 2004 20:27:55 -0000 1.1 --- ioa.c 23 Oct 2004 21:39:12 -0000 1.2 *************** *** 28,39 **** */ ! #include <Components.h> #include "ioa.h" - - //#ifdef __MWERKS__ - // #include <A4Stuff.h> - //#endif - #ifdef THINK_C --- 28,36 ---- */ ! #include "frontier.h" ! #include "standard.h" ! #include "ioa.h" #ifdef THINK_C *************** *** 922,928 **** return ((*config.debugObjectCallback) (h, errorstring)); } /*debugobjectcommand*/ //Code change by Timothy Paustian Sunday, June 25, 2000 10:29:27 PM //watch out, will this work?, I may have to check this. ! #if !TARGET_RT_MAC_CFM // UPPs are just the routine addresses --- 919,926 ---- return ((*config.debugObjectCallback) (h, errorstring)); } /*debugobjectcommand*/ + //Code change by Timothy Paustian Sunday, June 25, 2000 10:29:27 PM //watch out, will this work?, I may have to check this. ! #if 0 // UPPs are just the routine addresses |