QI, don't case! Not part of default build.

This commit is contained in:
pedemont@us.ibm.com
2004-09-15 19:47:19 +00:00
parent 34ca027b0e
commit f88b58fa73
4 changed files with 12 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
#ifdef DEBUG_pedemonte
#define LOG(...) printf(__VA_ARGS__)
#else
#define LOG(format, ...)
#define LOG(...) /* nothing */
#endif