* src/toolbox/worklist.h: Comments added.
authorchristian <none@none>
Wed, 16 Aug 2006 12:11:47 +0000 (12:11 +0000)
committerchristian <none@none>
Wed, 16 Aug 2006 12:11:47 +0000 (12:11 +0000)
src/toolbox/worklist.h

index 8c831101d706f8520998540fabc796a14590300d..9ec5a3c47aedf9868413870f7223f8214dd261ad 100644 (file)
 
 #if !defined(NDEBUG)
 #include <assert.h>
+
+/* define WL_DEBUG_CHECK to activate the bound checks */
+
 /* #define WL_DEBUG_CHECK */
+
+/* no debug messages implemented till now */
+
 /* #define WL_DEBUG_VERBOSE */
+
 #endif
 
 #if defined(WL_DEBUG_CHECK)