Will Newton 439bda3209 malloc: Fix MALLOC_DEBUG -Wundef warning
MALLOC_DEBUG is set optionally on the command line. Default the value
to zero if it is not set on the command line, and test its value
with #if rather than #ifdef. Verified the code is identical before
and after this change apart from line numbers.

ChangeLog:

2014-04-11  Will Newton  <will.newton@linaro.org>

	* malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
	to zero if it is not defined elsewhere.  (mtrim): Test
	the value of MALLOC_DEBUG with #if rather than #ifdef.
2014-04-11 09:54:18 +01:00
..
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-01 22:02:55 +10:00
2014-01-05 17:39:45 +10:00
2014-01-02 09:40:10 +01:00
2014-02-11 10:02:57 +00:00
2014-01-01 22:02:55 +10:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2014-01-02 09:40:10 +01:00
2007-12-16 22:57:57 +00:00
2012-01-01 07:17:21 -05:00