undoing the r3773-r3774 experiment.

This commit is contained in:
Charles Kerr
2007-11-09 20:07:52 +00:00
parent fda79c7eef
commit fd430fde90
24 changed files with 23 additions and 11 deletions
-11
View File
@@ -90,17 +90,6 @@ void tr_wait( uint64_t delay_milliseconds );
****
***/
#ifdef SYS_DARWIN
#include <Foundation/NSException.h>
#define assert(A) NSCParameterAssert(A)
#else
#include <assert.h>
#endif
/***
****
***/
#define tr_new(struct_type, n_structs) \
((struct_type *) tr_malloc (((size_t) sizeof (struct_type)) * ((size_t) (n_structs))))
#define tr_new0(struct_type, n_structs) \