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:
Brian Somers 2001-05-02 01:47:34 +00:00
parent ad01e0c856
commit de85e722d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76196

View File

@ -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;