cleanup header files

This commit is contained in:
david
2009-06-25 11:43:09 +02:00
parent 8e6c67db08
commit 811b82616e
12 changed files with 78 additions and 151 deletions

View File

@@ -13,7 +13,7 @@ extern int debug_level; /* the higher, the more messages... */
/* Nothing. debug has been "defined away" in debug.h already. */
#else
void debug(int level, char* format, ...) {
#ifdef NDEBUG
#ifdef NO_DEBUG
/* Empty body, so a good compiler will optimise calls
to pmesg away */
#else