Mercurial > audlegacy
view src/libSAD/debug.h @ 4836:fb3386ba8498
Unbreak compile.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 05 Apr 2009 15:24:15 -0500 |
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