Ignore:
Timestamp:
Oct 3, 2006, 9:42:45 AM (18 years ago)
Author:
garonne
Message:

version v1r18p20061003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r18p20061003/source/cmt_symbol.cxx

    r203 r265  
    883883          }
    884884           
    885           bool exist = false
     885      int exist = 0
    886886      for (int i = 0; i < j; ++i)
    887887      {
    888888          cmt_string& u = paths[i];
    889889          if (u == t)
    890              exist = true;
     890             exist = 1;
    891891      }           
    892       if (not exist)
     892      if (exist==0)
    893893      {
    894894          cmt_string& s = normalyzed_paths.add ();
Note: See TracChangeset for help on using the changeset viewer.