disable regex debug prints
This commit is contained in:
@@ -40,10 +40,10 @@ restrictions:
|
|||||||
inline, and there are *still* stupid compilers about that don't like indented
|
inline, and there are *still* stupid compilers about that don't like indented
|
||||||
pre-processor statements. I suppose it's only been 10 years... */
|
pre-processor statements. I suppose it's only been 10 years... */
|
||||||
|
|
||||||
|
#undef DEBUG // don't do any debug printing. -Chris
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
// disable debug printing. -Chris
|
#define DPRINTF(p) printf p
|
||||||
//#define DPRINTF(p) printf p
|
|
||||||
#define DPRINTF(p) /*nothing*/
|
|
||||||
#else
|
#else
|
||||||
#define DPRINTF(p) /*nothing*/
|
#define DPRINTF(p) /*nothing*/
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user