|
From: Andre R. <and...@us...> - 2004-10-23 21:22:18
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19793/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacdouble.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacdouble.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacdouble.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacdouble.c 9 Oct 2004 03:10:32 -0000 1.1 --- iacdouble.c 23 Oct 2004 21:22:09 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" *************** *** 13,17 **** /* It may be necessary to add tests to cover additional compilers. */ ! #if defined(powerc) || defined(__powerc) || defined(applec) || defined(__SC__) #define DOUBLE_BYTES 8 --- 16,20 ---- /* It may be necessary to add tests to cover additional compilers. */ ! #if defined(powerc) || defined(__powerc) || defined(applec) || defined(__SC__) || defined(__GNUC__) #define DOUBLE_BYTES 8 |