2 * Copyright Johannes Sixt
3 * This file is licensed under the GNU General Public License Version 2.
4 * See the file COPYING in the toplevel directory of the source directory.
16 # define ASSERT(x) do {} while (0)
18 # define ASSERT(x) if (x) ; else void(qDebug() << "assertion failed: " #x "\n")
21 #ifdef WANT_TRACE_OUTPUT
22 # define TRACE(x) qDebug() << (x)
24 # define TRACE(x) do {} while (0)