|
From: Andre R. <and...@us...> - 2006-03-12 18:19:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9953/Common/headers Modified Files: osincludes.h Log Message: Rely on standard C library to handle assert(). In standard.h, just take care of defining verify() properly. Index: osincludes.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/osincludes.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** osincludes.h 11 Jan 2005 22:48:02 -0000 1.4 --- osincludes.h 12 Mar 2006 18:19:40 -0000 1.5 *************** *** 306,310 **** #include <stdio.h> #include <string.h> ! #endif /* __osincludes_h__ */ --- 306,310 ---- #include <stdio.h> #include <string.h> ! #include <assert.h> #endif /* __osincludes_h__ */ |