Only define DEBUG if it's undefined. This should eventually go, but
can stay for now in case of problems.
This commit is contained in:
parent
ad01e0c856
commit
de85e722d1
@ -37,7 +37,9 @@
|
||||
#define CE_NTYPES 3
|
||||
#define CE_RECORD(com, errnum) (++(com)->delta_error_counts[errnum])
|
||||
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
extern unsigned digi_debug;
|
||||
|
Loading…
x
Reference in New Issue
Block a user