Ignore:
Timestamp:
Apr 16, 2012, 12:17:30 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 485

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_use.cxx

    r608 r610  
    54225422  void filter (const cmt_string& line)
    54235423  {
     5424    if (0 == line.size () ||
     5425        line[0] == '#') return;
    54245426    CmtSystem::cmt_string_vector words;
    54255427    CmtSystem::split (line, " \t", words);
     
    54505452  void filter (const cmt_string& line)
    54515453  {
     5454    if (0 == line.size () ||
     5455        line[0] == '#') return;
    54525456    CmtSystem::cmt_string_vector words;
    54535457    CmtSystem::split (line, " \t", words);
Note: See TracChangeset for help on using the changeset viewer.