|
From: Andre R. <and...@us...> - 2004-10-23 22:12:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31154/Frontier/Common/source Modified Files: assert.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: assert.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/assert.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** assert.c 23 Oct 2004 19:31:59 -0000 1.3 --- assert.c 23 Oct 2004 22:11:43 -0000 1.4 *************** *** 24,30 **** ******************************************************************************/ ! ! #include <standard.h> ! #ifdef fldebug --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef fldebug *************** *** 193,197 **** #endif /*TARGET_API_MAC_OS8*/ ! #endif /* MACVERSION */ --- 192,196 ---- #endif /*TARGET_API_MAC_OS8*/ ! #endif /*MACVERSION*/ *************** *** 273,280 **** } /*__assert*/ ! #endif /* __MWERKS__ */ ! #endif /* WIN95VERSION */ ! #endif /* fldebug */ --- 272,279 ---- } /*__assert*/ ! #endif /*__MWERKS__*/ ! #endif /*WIN95VERSION*/ ! #endif /*fldebug*/ |