Do not define print_list() unless used (tests)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 14 Nov 2016 20:09:57 +0000 (23:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 14 Nov 2016 20:09:57 +0000 (23:09 +0300)
commit239ea5f3e998ef4aca873aba5ac6668eaa252b35
tree9c2d7a34a79acde6955f511d2960becec0bc433d
parent796b2a627a958576c403673f92797a5306e6677e
Do not define print_list() unless used (tests)

* tests/test_malloc.c (print_list): Define only if DEBUG_RUN_ONE_TEST.
* tests/test_stack.c (print_list): Define only if VERBOSE.
tests/test_malloc.c
tests/test_stack.c