view src/libSAD/debug.h @ 4760:d0218338996d

order matters.
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 07 Aug 2008 13:22:53 +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