Changeset 566 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- May 6, 2008, 1:41:03 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp
r536 r566 132 132 if( !pobj_c ) 133 133 { 134 pobj_c =compiler.GetObjectModule().meta.GetClasses().Find(ObjectName);134 pobj_c = compiler.GetObjectModule().meta.FindClassSupportedTypeDef( ObjectName ); 135 135 if( pobj_c ){ 136 136 isStatic = true; -
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r536 r566 415 415 416 416 if( pIsClassName ){ 417 if( compiler.GetObjectModule().meta. GetClasses().Find( termFull ) ){417 if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( termFull ) ){ 418 418 *pIsClassName = true; 419 419 return true;
Note:
See TracChangeset
for help on using the changeset viewer.