on Darwin, use NSCParameterAssert() instead of assert().

This commit is contained in:
Charles Kerr
2007-11-09 19:50:40 +00:00
parent 2c2d3aaded
commit 67b719c2de
24 changed files with 11 additions and 23 deletions

View File

@@ -10,7 +10,6 @@
* $Id$
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h> /* memmove */