diff options
| author | Felix Fietkau | 2008-01-28 01:55:09 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2008-01-28 01:55:09 +0000 |
| commit | 63bc3390aa42f1177da9fb0a71415f31899ae680 (patch) | |
| tree | e07cdfa1744d8060e5458969f3cdd8e01f28b7e5 | |
| parent | e6279f87129e65c469a29d606a4b6afd7b7207b8 (diff) | |
| download | uci-63bc3390aa42f1177da9fb0a71415f31899ae680.tar.gz | |
fix assertion debugging
| -rw-r--r-- | err.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * functions for debug and error handling, for internal use only */ -#ifdef DEBUG +#ifdef UCI_DEBUG #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) #else #define DPRINTF(...) |