Changeset 344 for CMT


Ignore:
Timestamp:
Jan 19, 2007, 7:16:19 AM (17 years ago)
Author:
garonne
Message:

remove no-auto-imports treatment

Location:
CMT/v1r20-RC2/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r20-RC2/source/cmt_awk.cxx

    r197 r344  
    610610void PathScanner::scan_path (const cmt_string& path, int level, actor& a)
    611611{
    612   if (level > 2)
     612  if (level > 10)
    613613    {
    614614      //cout << "#PathScanner::scan_path> too deep search path=" << path << endl;
  • CMT/v1r20-RC2/source/cmt_use.cxx

    r335 r344  
    23952395    {
    23962396      // Since we don't need a new Use, it means that old_use exists !
    2397       if (specified_auto_imports !=old_use->auto_imports)
    2398       {
    2399          if (Cmt::get_debug ())
    2400             cout <<"# update auto_imports field in the use"<<endl;
    2401         old_use->auto_imports = specified_auto_imports;       
    2402       }
     2397      //if (specified_auto_imports !=old_use->auto_imports)
     2398      //{
     2399      //   if (Cmt::get_debug ())
     2400      //      cout <<"# update auto_imports field in the use"<<endl;
     2401      //  old_use->auto_imports = specified_auto_imports;       
     2402      //}
    24032403      use = old_use;
    24042404      old_use = 0;
Note: See TracChangeset for help on using the changeset viewer.