Changeset 619:e09818232531 in lemon-0.x for src/work/klao/debug.h
- Timestamp:
- 05/12/04 00:50:09 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/klao/debug.h
r493 r619 19 19 //! corresponding map to NULL... 20 20 static const bool ensure_safe_state = true; 21 22 static const int verbose = 5; 21 23 }; 22 24 … … 25 27 static const bool range_check = false; 26 28 static const bool ensure_safe_state = false; 29 static const int verbose = 0; 27 30 }; 28 31
Note: See TracChangeset
for help on using the changeset viewer.