Changeset 262


Ignore:
Timestamp:
Apr 30, 2007, 9:15:18 PM (16 years ago)
Author:
Peter Johansson
Message:

more file extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Parser.cc

    r261 r262  
    6565             match_end(path.rbegin(), path.rend(), ".pm") ||
    6666             match_end(path.rbegin(), path.rend(), ".sh") ||
     67             match_end(path.rbegin(), path.rend(), "config") ||
     68             file_name(path)=="bootstrap" ||
    6769             file_name(path)=="Makefile") {
    6870      codon.push_back(std::make_pair("#", "\n"));
Note: See TracChangeset for help on using the changeset viewer.