view src/libSAD/debug.h @ 4875:4168232afc19

This warning message was a mistake.
author John Lindgren <john.lindgren@tds.net>
date Sun, 26 Apr 2009 17:52:16 -0400
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