Changeset 8215 for branches/stable_5.0
- Timestamp:
- 11/11/11 08:13:12 (7 months ago)
- Location:
- branches/stable_5.0
- Files:
-
- 2 modified
-
PROBE/probe.h (modified) (1 diff)
-
PROBE_DESIGN/probe_design.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/PROBE/probe.h
r7199 r8215 41 41 #define PT_CORE *(int *)0 = 0; 42 42 43 #if defined(DEVEL_KAI) 44 #define PT_MAX_MATCHES 1024*256 45 #else 46 #define PT_MAX_MATCHES 100000 47 #endif // DEVEL_KAI 43 #define PT_MAX_MATCHES 1000000 48 44 49 45 // #define PT_MAX_IDENTS 10000 -
branches/stable_5.0/PROBE_DESIGN/probe_design.cxx
r6287 r8215 758 758 } 759 759 760 root->awar(AWAR_PD_MATCH_NHITS)->write_string(GBS_global_string(matches_truncated ? " > %li" : "%li", match_list_cnt));760 root->awar(AWAR_PD_MATCH_NHITS)->write_string(GBS_global_string(matches_truncated ? "[more than %li]" : "%li", match_list_cnt)); 761 761 if (matches_truncated) { 762 aw_message("Too many matches - list does not necessarily contain best matches."); 762 aw_message("Too many matches, displaying a random digest.\n" 763 "ARB 6.0 will be able to configure the limit."); 763 764 } 764 765 }
