view src/libSAD/debug.h @ 4861:05baced7e1e7

Spell Micha Lipski's name correctly
author Tomasz Mon <desowin@gmail.com>
date Sat, 18 Apr 2009 11:58:27 +0200
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