Changeset 172 for trunk/src/make-tests.sh
- Timestamp:
- Aug 7, 2008, 9:13:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/make-tests.sh
r171 r172 57 57 int main(void) 58 58 { 59 #if !defined(USE_SYSTEM_MALLOC) 60 typedef void assert_handler_tp(const char * error, const char *file, int line); 61 extern assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new); 62 extern void safe_fatal (const char * details, const char *f, int l); 63 #endif 59 64 #if !defined(USE_SYSTEM_MALLOC) && defined(USE_MALLOC_LOCK) 60 65 extern int dnmalloc_pthread_init(void); 61 66 dnmalloc_pthread_init(); 67 #endif 68 #if !defined(USE_SYSTEM_MALLOC) 69 (void) dnmalloc_set_handler(safe_fatal); 62 70 #endif 63 71 int retval;
Note:
See TracChangeset
for help on using the changeset viewer.