Mercurial > audlegacy
view src/libSAD/debug.h @ 4806:563b6f48acd9
Move one line to fix dependency generation.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 01 Nov 2008 20:09:43 +0100 |
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