Changeset 141
- Timestamp:
- Jan 31, 2006, 5:22:08 PM (20 years ago)
- Location:
- CMT/HEAD/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/source/cmt_awk.cxx
r138 r141 828 828 p += e; 829 829 830 830 831 /* 831 832 for (int j = 1; j < _level; j++) cout << " "; 832 833 cout << "Restarting scan_path on p=" << p << endl; … … 834 835 835 836 cout << "#PathScanner::scan_path> Restarting scan_path on p=" << p << endl; 836 837 */ 837 838 838 839 scan_path (p, 1, a); -
CMT/HEAD/source/cmt_parser.cxx
r138 r141 596 596 { 597 597 bool q = Me.m_quiet; 598 bool w = Me.m_warnings; 598 599 Me.m_quiet = true; 600 Me.m_warnings = true; 599 601 Symbol::filter_path_value ("CMTPATH", s); 600 Me.m_quiet = q; 602 Me.m_warnings = w; 603 Me.m_quiet = q; 601 604 } 602 605 -
CMT/HEAD/source/cmt_system.cxx
r114 r141 1296 1296 } 1297 1297 1298 //cerr << "adding npath=[" << npath << "]" << endl;1298 cerr << "adding npath=[" << npath << "]" << endl; 1299 1299 1300 1300 if (npath != "") … … 1302 1302 if (!CmtSystem::test_directory (npath)) 1303 1303 { 1304 cerr << "#CMT> Warning: path " << npath << " doesn't exist" << endl; 1304 1305 CmtError::set (CmtError::path_not_found, npath); 1305 1306 return;
Note:
See TracChangeset
for help on using the changeset viewer.