Changeset 262
- Timestamp:
- Apr 30, 2007, 9:15:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Parser.cc
r261 r262 65 65 match_end(path.rbegin(), path.rend(), ".pm") || 66 66 match_end(path.rbegin(), path.rend(), ".sh") || 67 match_end(path.rbegin(), path.rend(), "config") || 68 file_name(path)=="bootstrap" || 67 69 file_name(path)=="Makefile") { 68 70 codon.push_back(std::make_pair("#", "\n"));
Note: See TracChangeset
for help on using the changeset viewer.