Code

use !NDEBUG instead of DEBUG
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
commit4ebba1b36f4f171fb5daa25a8578e21d2740c517
treed65b86318939ce111bf855539aa4d1b3e2bc581b
parent7d98fb19dc2b7c3af289b0a7c1a0db68e7fea8c9
use !NDEBUG instead of DEBUG

NDEBUG is more commonly used than DEBUG, e.g. in assert.h.  Convert
all macros to NDEBUG, and declare NDEBUG when debugging is disabled.
configure.ac
src/main.c
src/mpdclient.c
src/ncmpc.h
src/options.c