[sword-svn] r491 - branches/BCB5/clucene/src/CLucene
scribe at crosswire.org
scribe at crosswire.org
Sat Feb 14 10:15:14 MST 2009
Author: scribe
Date: 2009-02-14 10:15:14 -0700 (Sat, 14 Feb 2009)
New Revision: 491
Modified:
branches/BCB5/clucene/src/CLucene/CLConfig.h
Log:
_DEBUG is too generic to mean anything, define _CL__CND_DEBUG if we want debug
Modified: branches/BCB5/clucene/src/CLucene/CLConfig.h
===================================================================
--- branches/BCB5/clucene/src/CLucene/CLConfig.h 2009-02-09 03:11:16 UTC (rev 490)
+++ branches/BCB5/clucene/src/CLucene/CLConfig.h 2009-02-14 17:15:14 UTC (rev 491)
@@ -18,7 +18,7 @@
//
//define this if you want condition debugging to be enabled
#if defined(_DEBUG) && !defined(_CL__CND_DEBUG)
- #define _CL__CND_DEBUG
+// #define _CL__CND_DEBUG
#endif
//
//define this to print out lots of information about merges, etc
More information about the sword-cvs
mailing list