From: Nathan K. <nk...@us...> - 2004-02-25 10:10:27
|
CVSROOT: /cvsroot/pilot-db Module name: pilot-db Changes by: nkurz 04/02/25 02:03:25 Modified files: src : leakdetect.c leakdetect.h Log message: Defined ASSERT to "" when not CONFIG_DEBUG. This should allow us to start using ASSERT(test) statements in other files without messing up release versions. Added ResizeMemPtr define and ResizeMemPtrFn. Still need to add ResizeMemHandle if we want leakdetect to work correctly. Standardized indentation to 4 spaces, reformatted to 80 char lines. |