Changeset 610
- Timestamp:
- Apr 20, 2008, 7:47:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r597 r610 262 262 if (*line_type==LineTypeParser::other) 263 263 os << "line-other"; 264 else if (*line_type==LineTypeParser::comment )264 else if (*line_type==LineTypeParser::comment_or_copy) 265 265 os << "line-comment"; 266 266 else
Note: See TracChangeset
for help on using the changeset viewer.