Changeset 484 for trunk/lib/Stats.h
- Timestamp:
- Oct 13, 2007, 4:43:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.h
r482 r484 188 188 // Change this string if cache format is changed in such a way 189 189 // that all old cache files are obsolete. 190 inline std::string end_of_cache(void) const {return "END OF OK CACHE FILE";} 190 inline std::string end_of_cache(void) const 191 {return "END OF OK CACHE FILE VERSION 2";} 191 192 inline std::string code_cache(void) const {return "CACHE CODE";} 192 193 inline std::string comments_cache(void) const {return "CACHE COMMENTS";}
Note: See TracChangeset
for help on using the changeset viewer.