view src/libSAD/debug.h @ 4772:a98a8104f2eb

Add check for 'tr' in configure.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 29 Aug 2008 02:03:58 +0300
parents 3cdee616c96d
children
line wrap: on
line source

#ifdef DEBUG
#define DEBUG_MSG(f,x) {printf("debug: "f, x);}
#else
#define DEBUG_MSG(f,x) {}
#endif