Changeset 90 in dev for BasicCompiler_Common/LoopRefCheck.cpp
- Timestamp:
- Apr 7, 2007, 3:02:29 PM (19 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  BasicCompiler_Common/LoopRefCheck.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      BasicCompiler_Common/LoopRefCheck.cppr4 r90 45 45 } 46 46 } 47 BOOL CLoopRefCheck::check(char *lpszInheritsClass){ 47 BOOL CLoopRefCheck::check(const CClass &inheritsClass) const 48 { 48 49 //ループ継承チェック 49 50 int i; 50 51 for(i=0;i<num;i++){ 51 if(lstrcmp(names[i], lpszInheritsClass)==0) return 1;52 if(lstrcmp(names[i],inheritsClass.name)==0) return 1; 52 53 } 53 54 return 0; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
