Changeset 101 in dev for BasicCompiler_Common/hash.cpp
- Timestamp:
- Apr 25, 2007, 4:19:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/hash.cpp
r100 r101 64 64 else lstrcpy(name,lpszName); 65 65 66 if( (string)lpszName == "Test2.Proc3" ){ 67 int test=0; 68 } 66 69 67 70 char ObjName[VN_SIZE]; //オブジェクト変数 … … 92 95 } 93 96 94 if( pobj_c ){97 if( pobj_c && pobj_c != (CClass *)-1 ){ 95 98 if( isStatic ){ 96 99 // 静的メソッドから列挙 … … 131 134 while(pUserProc){ 132 135 if(!pUserProc->GetParentClassPtr()){ 133 if( pUserProc-> EqualName( name ) ){136 if( pUserProc->IsEqualSymbol( name ) ){ 134 137 subs.push_back( pUserProc ); 135 138 }
Note:
See TracChangeset
for help on using the changeset viewer.