Changeset 29a9f62 in mainline for libc/malloc/malloc.c
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/malloc/malloc.c
r1cef26f r29a9f62 537 537 #ifdef DEBUG 538 538 #if ABORT_ON_ASSERT_FAILURE 539 #define assert(x) if(!(x)) ABORT539 #define assert(x) {if(!(x)) {printf(#x);ABORT;}} 540 540 #else /* ABORT_ON_ASSERT_FAILURE */ 541 541 #include <assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.